'Checkin: Strict Barcode',
'cwst', 'label'
)
+), (
+ 'cat.holdings_show_copies', 'cat', 'bool',
+ oils_i18n_gettext(
+ 'cat.holdings_show_copies',
+ 'Holdings View Show Copies',
+ 'cwst', 'label'
+ )
+), (
+ 'cat.holdings_show_empty', 'cat', 'bool',
+ oils_i18n_gettext(
+ 'cat.holdings_show_empty',
+ 'Holdings View Show Empty Volumes',
+ 'cwst', 'label'
+ )
+), (
+ 'cat.holdings_show_vols', 'cat', 'bool',
+ oils_i18n_gettext(
+ 'cat.holdings_show_vols',
+ 'Holdings View Show Volumes',
+ 'cwst', 'label'
+ )
);
+
/*
INSERT INTO permission.perm_list (id, code, description) VALUES
'circ.checkin.strict_barcode',
'eg.circ.patron.summary.collapse',
'circ.bills.receiptonpay',
- 'circ.renew.strict_barcode'
+ 'circ.renew.strict_barcode',
+ 'cat.holdings_show_copies',
+ 'cat.holdings_show_empty',
+ 'cat.holdings_show_vols'
];
service.keyStoredOnServer = function(key) {