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