Bug 24583: (follow-up) restore null values to labels
[koha.git] / installer / data / mysql / account_offset_types.sql
blobc27a68996f4224065cb207ca0a41b25c7df72514
1 INSERT INTO account_offset_types ( type ) VALUES
2 ('Writeoff'),
3 ('Payment'),
4 ('Purchase'),
5 ('Lost Item'),
6 ('Lost Item Found'),
7 ('Processing Fee'),
8 ('Manual Credit'),
9 ('Manual Debit'),
10 ('Reverse Payment'),
11 ('Forgiven'),
12 ('Dropbox'),
13 ('Account Fee'),
14 ('Rental Fee'),
15 ('Reserve Fee'),
16 ('Hold Expired'),
17 ('OVERDUE_INCREASE'),
18 ('OVERDUE_DECREASE'),
19 ('OVERDUE'),
20 ('Void Payment'),
21 ('Credit Applied'),
22 ('PAYOUT'),
23 ('DISCOUNT'),
24 ('REFUND');