From f34139163b1a526acd5050c2adb20e3ac013be26 Mon Sep 17 00:00:00 2001 From: Martin Renvoize Date: Fri, 25 Oct 2019 09:36:59 +0100 Subject: [PATCH] Bug 23805: (RM follow-up) Correction to sql installer file Signed-off-by: Martin Renvoize --- installer/data/mysql/account_credit_types.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installer/data/mysql/account_credit_types.sql b/installer/data/mysql/account_credit_types.sql index d247427f69..1105ab9b85 100644 --- a/installer/data/mysql/account_credit_types.sql +++ b/installer/data/mysql/account_credit_types.sql @@ -1,4 +1,4 @@ -INSERT INTO account_debit_types ( code, description, can_be_added_manually, is_system ) VALUES +INSERT INTO account_credit_types ( code, description, can_be_added_manually, is_system ) VALUES ('PAYMENT', 'Payment', 0, 1), ('WRITEOFF', 'Writeoff', 0, 1), ('FORGIVEN', 'Forgiven', 1, 1), -- 2.39.2