summaryrefslogtreecommitdiff
path: root/sql/Paraguay-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/Paraguay-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/Paraguay-gifi.sql')
-rwxr-xr-xsql/Paraguay-gifi.sql2
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/Paraguay-gifi.sql b/sql/Paraguay-gifi.sql
index 9c95dcd4..395c362b 100755
--- a/sql/Paraguay-gifi.sql
+++ b/sql/Paraguay-gifi.sql
@@ -1,3 +1,4 @@
+begin;
-- Paraguay GIFI
-- Plan de Cuentas Fiscal para Paraguay
--
@@ -106,3 +107,4 @@ INSERT INTO gifi (accno,description) VALUES ('4-30','Pérdidas');
INSERT INTO gifi (accno,description) VALUES ('5-10','Más: (o menos) efectos de los precios cambiantes');
INSERT INTO gifi (accno,description) VALUES ('5-20','Más: (o menos) ajuste de ejercicios anteriores');
INSERT INTO gifi (accno,description) VALUES ('5-50','Impuesto a la Renta');
+commit;