Update llx_accounting_abc.sql
Adding chart of account NL VERKORT
This commit is contained in:
parent
b5b5e1f6db
commit
4301cd5b7a
@ -129,3 +129,6 @@ INSERT INTO llx_accounting_system (fk_country, pcg_version, label, active) VALUE
|
||||
|
||||
-- Description of chart of account DZ NSCF
|
||||
INSERT INTO llx_accounting_system (fk_country, pcg_version, label, active) VALUES ( 13, 'NSCF', 'Nouveau système comptable financier', 1);
|
||||
|
||||
-- Description of chart of account NL NL-VERKORT
|
||||
INSERT INTO llx_accounting_system (fk_country, pcg_version, label, active) VALUES ( 17, 'NL-VERKORT', 'Verkort rekeningschema', 1);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user