diff options
Diffstat (limited to 'sql/Spain-ISO-chart.sql')
-rwxr-xr-x | sql/Spain-ISO-chart.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/Spain-ISO-chart.sql b/sql/Spain-ISO-chart.sql index 6b3c5b5f..97791427 100755 --- a/sql/Spain-ISO-chart.sql +++ b/sql/Spain-ISO-chart.sql @@ -1,3 +1,4 @@ +begin; -- Chart of Accounts for Spain (Cuadro del Plan de Contabilidad espaƱol) -- From: Federico Montesino Pouzols <fedemp@arrok.com> -- 23 Apr 2002 @@ -142,3 +143,4 @@ INSERT INTO defaults (setting_key, value) VALUES ('inventory_accno_id', (select INSERT INTO defaults (setting_key, value) VALUES ('weightunit', 'Kg'); -- +commit; |