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

SF.net SVN: ledger-smb:[2359] trunk/sql/modules/Company.sql



Revision: 2359
          http://ledger-smb.svn.sourceforge.net/ledger-smb/?rev=2359&view=rev
Author:   einhverfr
Date:     2008-10-08 16:07:04 +0000 (Wed, 08 Oct 2008)

Log Message:
-----------
Correcting function change-related error in Company.sql

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

Modified: trunk/sql/modules/Company.sql
===================================================================
--- trunk/sql/modules/Company.sql	2008-10-08 05:33:55 UTC (rev 2358)
+++ trunk/sql/modules/Company.sql	2008-10-08 16:07:04 UTC (rev 2359)
@@ -664,7 +664,7 @@
 		AND location_class = in_location_class
 		AND location_id = in_location_id;
 
-	SELECT location_save(in_line_one, in_line_two, in_line_three, in_city,
+	SELECT location_save(in_location_id, in_line_one, in_line_two, in_line_three, in_city,
 		in_state, in_mail_code, in_country_code) 
 	INTO l_id;
 


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