Lines 110-116
INSERT INTO permissions (module_bit, code, description) VALUES
Link Here
|
110 |
(13, 'import_patrons', 'Import patron data'), |
110 |
(13, 'import_patrons', 'Import patron data'), |
111 |
(13, 'edit_patrons', 'Perform batch modification of patrons'), |
111 |
(13, 'edit_patrons', 'Perform batch modification of patrons'), |
112 |
(13, 'delete_anonymize_patrons', 'Delete old borrowers and anonymize circulation history (deletes borrower checkout history)'), |
112 |
(13, 'delete_anonymize_patrons', 'Delete old borrowers and anonymize circulation history (deletes borrower checkout history)'), |
113 |
(13, 'batch_extend_due_dates', 'Perform batch extend due dates'), |
113 |
(13, 'batch_modify_due_dates', 'Perform batch modify due dates'), |
114 |
(13, 'batch_upload_patron_images', 'Upload patron images in a batch or one at a time'), |
114 |
(13, 'batch_upload_patron_images', 'Upload patron images in a batch or one at a time'), |
115 |
(13, 'schedule_tasks', 'Schedule tasks to run'), |
115 |
(13, 'schedule_tasks', 'Schedule tasks to run'), |
116 |
(13, 'items_batchmod', 'Perform batch modification of items'), |
116 |
(13, 'items_batchmod', 'Perform batch modification of items'), |