( 512, 'ACQ_INVOICE_REOPEN', oils_i18n_gettext( 512,
'Allows a user to reopen an Acquisitions invoice', 'ppl', 'description' )),
( 513, 'DEBUG_CLIENT', oils_i18n_gettext( 513,
- 'Allows a user to use debug functions in the staff client', 'ppl', 'description' ));
+ 'Allows a user to use debug functions in the staff client', 'ppl', 'description' )),
+ ( 514, 'UPDATE_PATRON_ACTIVE_CARD', oils_i18n_gettext( 514,
+ 'Allows a user to manually adjust a patron''s active cards', 'ppl', 'description')),
+ ( 515, 'UPDATE_PATRON_PRIMARY_CARD', oils_i18n_gettext( 515,
+ 'Allows a user to manually adjust a patron''s primary card', 'ppl', 'description'));
SELECT SETVAL('permission.perm_list_id_seq'::TEXT, 1000);
--- /dev/null
+INSERT INTO permission.perm_list ( id, code, description ) VALUES
+ ( 514, 'UPDATE_PATRON_ACTIVE_CARD', oils_i18n_gettext( 514,
+ 'Allows a user to manually adjust a patron''s active cards', 'ppl', 'description')),
+ ( 515, 'UPDATE_PATRON_PRIMARY_CARD', oils_i18n_gettext( 515,
+ 'Allows a user to manually adjust a patron''s primary card', 'ppl', 'description'));
+