Lines 104-109
INSERT INTO permissions (module_bit, code, description) VALUES
Link Here
|
104 |
(13, 'edit_patrons', 'Perform batch modification of patrons'), |
104 |
(13, 'edit_patrons', 'Perform batch modification of patrons'), |
105 |
(13, 'delete_anonymize_patrons', 'Delete old borrowers and anonymize circulation history (deletes borrower checkout history)'), |
105 |
(13, 'delete_anonymize_patrons', 'Delete old borrowers and anonymize circulation history (deletes borrower checkout history)'), |
106 |
(13, 'batch_extend_due_dates', 'Perform batch extend due dates'), |
106 |
(13, 'batch_extend_due_dates', 'Perform batch extend due dates'), |
|
|
107 |
(13, 'batch_modify_holds', 'Perform batch modification of holds'), |
107 |
(13, 'batch_upload_patron_images', 'Upload patron images in a batch or one at a time'), |
108 |
(13, 'batch_upload_patron_images', 'Upload patron images in a batch or one at a time'), |
108 |
(13, 'schedule_tasks', 'Schedule tasks to run'), |
109 |
(13, 'schedule_tasks', 'Schedule tasks to run'), |
109 |
(13, 'items_batchmod', 'Perform batch modification of items'), |
110 |
(13, 'items_batchmod', 'Perform batch modification of items'), |