[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

SF.net SVN: ledger-smb: [2002] trunk/sql/modules/Location.sql



Revision: 2002
          http://ledger-smb.svn.sourceforge.net/ledger-smb/?rev=2002&view=rev
Author:   einhverfr
Date:     2007-12-26 08:55:01 -0800 (Wed, 26 Dec 2007)

Log Message:
-----------
Applying David Mora's Patch to Location.sql

Modified Paths:
--------------
    trunk/sql/modules/Location.sql

Modified: trunk/sql/modules/Location.sql
===================================================================
--- trunk/sql/modules/Location.sql	2007-12-26 16:53:07 UTC (rev 2001)
+++ trunk/sql/modules/Location.sql	2007-12-26 16:55:01 UTC (rev 2002)
@@ -61,7 +61,7 @@
 
 COMMENT ON function location_save
 (in_companyname text, in_address1 text, in_address2 text, 
-	in_city text, in_state text, in_zipcode text, in_country text) IS
+	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 
 are found, we insert one.  Either way, the return value of the location can be


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.