Bug 12768: (QA follow-up) Use specific account offset types for Processing Fee and...
[koha.git] / installer / data / mysql / account_offset_types.sql
1 INSERT INTO account_offset_types ( type ) VALUES
2 ('Writeoff'),
3 ('Payment'),
4 ('Lost Item'),
5 ('Processing Fee'),
6 ('Manual Debit'),
7 ('Reverse Payment'),
8 ('Forgiven'),
9 ('Dropbox'),
10 ('Rental Fee'),
11 ('Fine Update'),
12 ('Fine');