Bug 23805: Update 'FOR' to 'FORGIVEN' for consistency
[srvgit] / installer / data / mysql / account_credit_types.sql
1 INSERT INTO account_debit_types ( code, description, can_be_added_manually, is_system ) VALUES
2 ('Pay', 'Payment', 0, 1),
3 ('PAY', 'Payment', 0, 1),
4 ('W', 'Writeoff', 0, 1),
5 ('WO', 'Writeoff', 0, 1),
6 ('FORGIVEN', 'Forgiven', 1, 1),
7 ('CREDIT', 'Credit', 1, 1),
8 ('LOST_RETURN', 'Lost item fee refund', 0, 1);