Lines 45-50
INSERT INTO permissions (module_bit, code, description) VALUES
Link Here
|
45 |
( 9, 'delete_all_items', 'Delete all items at once'), |
45 |
( 9, 'delete_all_items', 'Delete all items at once'), |
46 |
(10, 'payout', 'Perform account payout action'), |
46 |
(10, 'payout', 'Perform account payout action'), |
47 |
(10, 'refund', 'Perform account refund action'), |
47 |
(10, 'refund', 'Perform account refund action'), |
|
|
48 |
(10, 'discount', 'Perform account discount action'), |
48 |
(10, 'writeoff', 'Write off fines and fees'), |
49 |
(10, 'writeoff', 'Write off fines and fees'), |
49 |
(10, 'remaining_permissions', 'Remaining permissions for managing fines and fees'), |
50 |
(10, 'remaining_permissions', 'Remaining permissions for managing fines and fees'), |
50 |
(11, 'currencies_manage', 'Manage currencies and exchange rates'), |
51 |
(11, 'currencies_manage', 'Manage currencies and exchange rates'), |
51 |
- |
|
|