Lines 35-41
INSERT INTO permissions (module_bit, code, description) VALUES
Link Here
|
35 |
(13, 'import_patrons', 'Import patron data'), |
35 |
(13, 'import_patrons', 'Import patron data'), |
36 |
(13, 'edit_patrons', 'Perform batch modification of patrons'), |
36 |
(13, 'edit_patrons', 'Perform batch modification of patrons'), |
37 |
(13, 'delete_anonymize_patrons', 'Delete old borrowers and anonymize circulation history (deletes borrower reading history)'), |
37 |
(13, 'delete_anonymize_patrons', 'Delete old borrowers and anonymize circulation history (deletes borrower reading history)'), |
38 |
(13, 'batch_upload_patron_images', 'Upload patron images in batch or one at a time'), |
38 |
(13, 'batch_upload_patron_images', 'Upload patron images in a batch or one at a time'), |
39 |
(13, 'schedule_tasks', 'Schedule tasks to run'), |
39 |
(13, 'schedule_tasks', 'Schedule tasks to run'), |
40 |
(13, 'items_batchmod', 'Perform batch modification of items'), |
40 |
(13, 'items_batchmod', 'Perform batch modification of items'), |
41 |
(13, 'items_batchdel', 'Perform batch deletion of items'), |
41 |
(13, 'items_batchdel', 'Perform batch deletion of items'), |
42 |
- |
|
|