Bug 23805: Update 'Pay' to 'PAYMENT' for consistency
[koha.git] / installer / data / mysql / account_credit_types.sql
index a91a7a3..579de31 100644 (file)
@@ -1,6 +1,5 @@
 INSERT INTO account_debit_types ( code, description, can_be_added_manually, is_system ) VALUES
-('Pay', 'Payment', 0, 1),
-('PAY', 'Payment', 0, 1),
+('PAYMENT', 'Payment', 0, 1),
 ('W', 'Writeoff', 0, 1),
 ('WO', 'Writeoff', 0, 1),
 ('FORGIVEN', 'Forgiven', 1, 1),