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

SF.net SVN: ledger-smb:[3844] branches/1.3/sql/modules/Payment.sql



Revision: 3844
          http://ledger-smb.svn.sourceforge.net/ledger-smb/?rev=3844&view=rev
Author:   einhverfr
Date:     2011-10-12 12:53:37 +0000 (Wed, 12 Oct 2011)
Log Message:
-----------
Correcting error in argument types of COMMENT ON payment_bulk_post per Herman Vierendeels, see bug 3422287

Modified Paths:
--------------
    branches/1.3/sql/modules/Payment.sql

Modified: branches/1.3/sql/modules/Payment.sql
===================================================================
--- branches/1.3/sql/modules/Payment.sql	2011-10-12 12:47:50 UTC (rev 3843)
+++ branches/1.3/sql/modules/Payment.sql	2011-10-12 12:53:37 UTC (rev 3844)
@@ -551,7 +551,7 @@
 COMMENT ON FUNCTION payment_bulk_post
 (in_transactions numeric[], in_batch_id int, in_source text, in_total numeric,
         in_ar_ap_accno text, in_cash_accno text, 
-        in_payment_date date, in_account_class int, int,
+        in_payment_date date, in_account_class int, 
 	in_exchangerate numeric, in_curr text)
 IS
 $$ This posts the payments for large batch workflows.

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