Lines 69-74
INSERT INTO permissions (module_bit, code, description) VALUES
Link Here
|
69 |
(10, 'refund', 'Perform account refund action'), |
69 |
(10, 'refund', 'Perform account refund action'), |
70 |
(10, 'discount', 'Perform account discount action'), |
70 |
(10, 'discount', 'Perform account discount action'), |
71 |
(10, 'writeoff', 'Write off fines and fees'), |
71 |
(10, 'writeoff', 'Write off fines and fees'), |
|
|
72 |
(10, 'void_payment', 'Voiding payments'), |
72 |
(10, 'manual_credit', 'Add manual credits to a patron account'), |
73 |
(10, 'manual_credit', 'Add manual credits to a patron account'), |
73 |
(10, 'manual_invoice', 'Add manual invoices to a patron account'), |
74 |
(10, 'manual_invoice', 'Add manual invoices to a patron account'), |
74 |
(10, 'remaining_permissions', 'Remaining permissions for managing fines and fees'), |
75 |
(10, 'remaining_permissions', 'Remaining permissions for managing fines and fees'), |