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

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



Revision: 2279
          http://ledger-smb.svn.sourceforge.net/ledger-smb/?rev=2279&view=rev
Author:   einhverfr
Date:     2008-08-18 18:30:00 +0000 (Mon, 18 Aug 2008)

Log Message:
-----------
Correcting argument mismatch issue in eca__list_locations

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

Modified: trunk/sql/modules/Company.sql
===================================================================
--- trunk/sql/modules/Company.sql	2008-08-18 05:22:02 UTC (rev 2278)
+++ trunk/sql/modules/Company.sql	2008-08-18 18:30:00 UTC (rev 2279)
@@ -674,7 +674,7 @@
 END;
 $$ language plpgsql;
 
-CREATE OR REPLACE FUNCTION eca__list_locations(in_entity_id int)
+CREATE OR REPLACE FUNCTION eca__list_locations(in_credit_id int)
 RETURNS SETOF location_result AS
 $$
 DECLARE out_row RECORD;


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