Bug 20980: Add 'Manual Credit' and fix existing offsets
[koha-equinox.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 Credit'),
7 ('Manual Debit'),
8 ('Reverse Payment'),
9 ('Forgiven'),
10 ('Dropbox'),
11 ('Rental Fee'),
12 ('Fine Update'),
13 ('Fine'),
14 ('Void Payment');