Skip to content

Commit

Permalink
UIIN-3147 User can edit Source consortium "Holdings sources" in membe…
Browse files Browse the repository at this point in the history
…r tenant but not in Consortia manager
  • Loading branch information
NikitaSedyx authored Nov 29, 2024
1 parent c3717c2 commit 11c2b7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/settings/HoldingsSourcesSettings.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ class HoldingsSourcesSettings extends React.Component {

render() {
const hasPerm = this.props.stripes.hasPerm('ui-inventory.settings.holdings-sources');
const suppress = getSourceSuppressor(RECORD_SOURCE.FOLIO);
const suppress = getSourceSuppressor([RECORD_SOURCE.FOLIO, RECORD_SOURCE.CONSORTIUM]);

return (
<IntlConsumer>
Expand Down

0 comments on commit 11c2b7c

Please sign in to comment.