Lines 6-8
INSERT INTO account_credit_types ( code, description, can_be_added_manually, is_
Link Here
|
6 |
('DISCOUNT', 'A discount applied to a patrons fine', 0, 1), |
6 |
('DISCOUNT', 'A discount applied to a patrons fine', 0, 1), |
7 |
('REFUND', 'A refund applied to a patrons fine', 0, 1), |
7 |
('REFUND', 'A refund applied to a patrons fine', 0, 1), |
8 |
('LOST_RETURN', 'Lost item fee refund', 0, 1); |
8 |
('LOST_RETURN', 'Lost item fee refund', 0, 1); |
|
|
9 |
|
10 |
INSERT INTO authorised_values (category,authorised_value,lib) VALUES ('PAYMENT_TYPE','CASH','Cash'); |