diff options
author | einhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46> | 2008-10-06 20:47:39 +0000 |
---|---|---|
committer | einhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46> | 2008-10-06 20:47:39 +0000 |
commit | b803dd40bf9852c38b232ddb6362bdc6fc13dd2d (patch) | |
tree | 4d74cb1b7ad04395cd493e4303f330af8bbbd7b4 /sql | |
parent | a0b76f92d0186d8efcb9105bfce8d01a6efe3544 (diff) |
Correcting error in Location.sql due to COMMENT ON not referencing the right arguments for a function
git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunk@2352 4979c152-3d1c-0410-bac9-87ea11338e46
Diffstat (limited to 'sql')
-rw-r--r-- | sql/modules/Location.sql | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/modules/Location.sql b/sql/modules/Location.sql index fb4902a2..ee39ca76 100644 --- a/sql/modules/Location.sql +++ b/sql/modules/Location.sql @@ -85,7 +85,7 @@ $$ LANGUAGE PLPGSQL; COMMENT ON function location_save -(in_companyname text, in_address1 text, in_address2 text, +(in_location_id int, in_address1 text, in_address2 text, in_address3 text, in_city text, in_state text, in_zipcode text, in_country int) IS $$ Note that this does NOT override the data in the database. Instead we search for locations matching the desired specifications and if none |