Bug 18936: Fix Update DB entry
[koha.git] / installer / data / mysql / account_offset_types.sql
1 INSERT INTO account_offset_types ( type ) VALUES
2 ('Writeoff'),
3 ('Payment'),
4 ('Purchase'),
5 ('Lost Item'),
6 ('Processing Fee'),
7 ('Manual Credit'),
8 ('Manual Debit'),
9 ('Reverse Payment'),
10 ('Forgiven'),
11 ('Dropbox'),
12 ('Account Fee'),
13 ('Rental Fee'),
14 ('Reserve Fee'),
15 ('Hold Expired'),
16 ('OVERDUE_INCREASE'),
17 ('OVERDUE_DECREASE'),
18 ('OVERDUE'),
19 ('Void Payment'),
20 ('Credit Applied'),
21 ('PAYOUT'),
22 ('REFUND');