summaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authoreinhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46>2008-06-16 21:17:31 +0000
committereinhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46>2008-06-16 21:17:31 +0000
commit2ad6191f9e1cd5857138550e5be0df8749ec375e (patch)
tree62317575e3663cb16b684839a552fdf49efe6592 /sql
parent0481393ca06cfa655f0fa6a0b8dabc927643918d (diff)
Correcting error in Paymnet.sql
git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunk@2168 4979c152-3d1c-0410-bac9-87ea11338e46
Diffstat (limited to 'sql')
-rw-r--r--sql/modules/Payment.sql2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/modules/Payment.sql b/sql/modules/Payment.sql
index ae7b3603..e7e962b0 100644
--- a/sql/modules/Payment.sql
+++ b/sql/modules/Payment.sql
@@ -615,7 +615,7 @@ CREATE TYPE payment_location_result AS (
line_three text,
city text,
state text,
- mail_code text
+ mail_code text,
country text,
class text
);