diff options
Diffstat (limited to 'sql/Swiss-German-chart.sql')
-rwxr-xr-x | sql/Swiss-German-chart.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/Swiss-German-chart.sql b/sql/Swiss-German-chart.sql index 65378bf3..ad24d155 100755 --- a/sql/Swiss-German-chart.sql +++ b/sql/Swiss-German-chart.sql @@ -1,3 +1,4 @@ +begin; -- Swiss chart of accounts -- adapted to numeric representation of chart no. -- @@ -170,3 +171,4 @@ INSERT INTO defaults (setting_key, value) VALUES ('inventory_accno_id', (select INSERT INTO defaults (setting_key, value) VALUES ('weightunit', 'kg'); -- +commit; |