diff options
Diffstat (limited to 'sql/Italy_General-chart.sql')
-rwxr-xr-x | sql/Italy_General-chart.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/Italy_General-chart.sql b/sql/Italy_General-chart.sql index 434b5277..a2dc0454 100755 --- a/sql/Italy_General-chart.sql +++ b/sql/Italy_General-chart.sql @@ -1,3 +1,4 @@ +begin; -- -- Chart of Accounts for Italy -- @@ -189,3 +190,4 @@ INSERT INTO defaults (setting_key, value) VALUES ('inventory_accno_id', (select INSERT INTO defaults (setting_key, value) VALUES ('weightunit', 'kg'); -- +commit; |