( 546, 'ADMIN_HOLD_CAPTURE_SORT', oils_i18n_gettext( 546,
'Allows a user to make changes to best-hold selection sort order', 'ppl', 'description')),
( 547, 'ACQ_ADD_LINEITEM_IDENTIFIER', oils_i18n_gettext(547,
- 'When granted, newly added lineitem identifiers will propagate to linked bib records', 'ppl', 'description'))
+ 'When granted, newly added lineitem identifiers will propagate to linked bib records', 'ppl', 'description')),
+ ( 548, 'ACQ_SET_LINEITEM_IDENTIFIER', oils_i18n_gettext(548,
+ 'Allows staff to change the lineitem identifier', 'ppl', 'description'))
;
)
);
+INSERT INTO permission.perm_list ( id, code, description ) VALUES (
+ 544, -- VERIFY
+ 'ACQ_SET_LINEITEM_IDENTIFIER',
+ oils_i18n_gettext(
+ 544,-- VERIFY
+ 'Allows staff to change the lineitem identifier',
+ 'ppl',
+ 'description'
+ )
+);
+
COMMIT;