Bug 23049: Update 'PF' to 'PROCESSING' for consistency
[srvgit] / installer / data / mysql / account_debit_types.sql
index 1737295..8f7d70a 100644 (file)
@@ -6,7 +6,7 @@ INSERT INTO account_debit_types ( code, description, can_be_added_manually, defa
 ('M', 'Manual fee', 1, NULL, 0),
 ('N', 'New card fee', 1, NULL, 1),
 ('OVERDUE', 'Overdue fine', 0, NULL, 1),
-('PF', 'Lost item processing fee', 0, NULL, 1),
+('PROCESSING', 'Lost item processing fee', 0, NULL, 1),
 ('RENT', 'Rental fee', 0, NULL, 1),
 ('RENT_DAILY', 'Daily rental fee', 0, NULL, 1),
 ('RENT_RENEW', 'Renewal of rental item', 0, NULL, 1),