( 510, 'UPDATE_PATRON_COLLECTIONS_EXEMPT', oils_i18n_gettext(510,
'Allows a user to indicate that a patron is exempt from collections processing', 'ppl', 'description')),
( 511, 'PERSISTENT_LOGIN', oils_i18n_gettext( 511,
- 'Allows a user to authenticate and get a long-lived session (length configured in opensrf.xml)', 'ppl', 'description' ));
-
+ 'Allows a user to authenticate and get a long-lived session (length configured in opensrf.xml)', 'ppl', 'description' )),
+ ( 512, 'ACQ_INVOICE_REOPEN', oils_i18n_gettext( 512,
+ 'Allows a user to reopen an Acquisitions invoice', 'ppl', 'description' ));
SELECT SETVAL('permission.perm_list_id_seq'::TEXT, 1000);
pgt.name = 'Acquisitions Administrator' AND
aout.name = 'Consortium' AND
perm.code IN (
+ 'ACQ_INVOICE_REOPEN',
'ACQ_XFER_MANUAL_DFUND_AMOUNT',
'ADMIN_ACQ_CANCEL_CAUSE',
'ADMIN_ACQ_CLAIM',