summaryrefslogtreecommitdiff
path: root/sql/Italy-gifi.sql
diff options
context:
space:
mode:
authoreinhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46>2006-11-15 04:51:45 +0000
committereinhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46>2006-11-15 04:51:45 +0000
commita273b9d46b79ee6f0671c5a3cfb3bee7e1074f55 (patch)
treed3cfa7bfff01c4c406a364a26a6d4f77c78d7980 /sql/Italy-gifi.sql
parenta32c5953cc07038a9ee534533e1560ab45d96fe9 (diff)
Making sql files internally single transactions
git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunk@611 4979c152-3d1c-0410-bac9-87ea11338e46
Diffstat (limited to 'sql/Italy-gifi.sql')
-rwxr-xr-xsql/Italy-gifi.sql2
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/Italy-gifi.sql b/sql/Italy-gifi.sql
index 5b4d807c..1be46f0e 100755
--- a/sql/Italy-gifi.sql
+++ b/sql/Italy-gifi.sql
@@ -1,3 +1,4 @@
+begin;
-- Oct 8, 2003
-- verified D Simader
-- Oct 13, 2003
@@ -138,3 +139,4 @@ INSERT INTO gifi (accno,description) VALUES ('3.E.21', 'oneri straordinari');
INSERT INTO gifi (accno,description) VALUES ('3.E.22', 'Imposte sul reddito dell\'esercizio');
INSERT INTO gifi (accno,description) VALUES ('3.E.26', 'Utile o perdita di esercizio');
+commit;