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

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



Revision: 2598
          http://ledger-smb.svn.sourceforge.net/ledger-smb/?rev=2598&view=rev
Author:   einhverfr
Date:     2009-05-11 21:29:10 +0000 (Mon, 11 May 2009)

Log Message:
-----------
Correcting misnamed function

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

Modified: trunk/sql/modules/Company.sql
===================================================================
--- trunk/sql/modules/Company.sql	2009-05-11 16:45:05 UTC (rev 2597)
+++ trunk/sql/modules/Company.sql	2009-05-11 21:29:10 UTC (rev 2598)
@@ -499,7 +499,7 @@
 END;
 $$ LANGUAGE PLPGSQL;
 
-CREATE OR REPLACE FUNCTION entity__save_bank_account
+CREATE OR REPLACE FUNCTION eca__save_bank_account
 (in_entity_id int, in_credit_id int, in_bic text, in_iban text)
 RETURNS int AS
 $$


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