From 237615aa71a818334b14e78762d1860b3b0dec28 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Fri, 3 Apr 2020 02:35:55 +0200 Subject: [PATCH] Fix offset for ecuador must be ID of country so 84 + 5 zeros --- htdocs/install/mysql/data/llx_accounting_account_ec.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/install/mysql/data/llx_accounting_account_ec.sql b/htdocs/install/mysql/data/llx_accounting_account_ec.sql index a57f49b2d54..fe31b3d00ce 100644 --- a/htdocs/install/mysql/data/llx_accounting_account_ec.sql +++ b/htdocs/install/mysql/data/llx_accounting_account_ec.sql @@ -29,7 +29,7 @@ -- Description of chart of account EC EC-SUPERCIAS -- ID 1 - 445 --- ADD 45000 to rowid # Do no remove this comment -- +-- ADD 8400000 to rowid # Do no remove this comment -- INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (__ENTITY__,1,'EC-SUPERCIAS','Activo','1',0,'ACTIVO',1); INSERT INTO llx_accounting_account (entity, rowid, fk_pcg_version, pcg_type, account_number, account_parent, label, active) VALUES (__ENTITY__,2,'EC-SUPERCIAS','Activo','101',1,'ACTIVO CORRIENTE',1);