From 885904132c1f41b649549f0123793432522bd47d Mon Sep 17 00:00:00 2001 From: Markus Welters Date: Wed, 13 Jun 2018 09:37:12 +0200 Subject: [PATCH] Update llx_accounting_abc.sql --- htdocs/install/mysql/data/llx_accounting_abc.sql | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/htdocs/install/mysql/data/llx_accounting_abc.sql b/htdocs/install/mysql/data/llx_accounting_abc.sql index 9c72144f265..46e54484445 100644 --- a/htdocs/install/mysql/data/llx_accounting_abc.sql +++ b/htdocs/install/mysql/data/llx_accounting_abc.sql @@ -123,6 +123,6 @@ INSERT INTO llx_accounting_system (fk_country, pcg_version, label, active) VALUE INSERT INTO llx_accounting_system (fk_country, pcg_version, label, active) VALUES ( 188, 'RO-BASE', 'Plan de conturi romanesc', 1); -- Description of chart of account DE SKR03 -INSERT INTO llx_accounting_system (fk_country, pcg_version, label, active) VALUES ( 5, 'SKR03', 'Standardkontenrahmen SKR 03', 1); -INSERT INTO llx_accounting_system (fk_country, pcg_version, label, active) VALUES ( 6, 'SKR04', 'Standardkontenrahmen SKR 04', 1); +INSERT INTO llx_accounting_system (fk_country, pcg_version, label, active) VALUES ( 8, 'SKR03', 'Standardkontenrahmen SKR 03', 1); +INSERT INTO llx_accounting_system (fk_country, pcg_version, label, active) VALUES ( 9, 'SKR04', 'Standardkontenrahmen SKR 04', 1);