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

SF.net SVN: ledger-smb:[2597] trunk/sql/modules/Payment.sql



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

Log Message:
-----------
fixing comment_on call

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

Modified: trunk/sql/modules/Payment.sql
===================================================================
--- trunk/sql/modules/Payment.sql	2009-05-11 16:29:50 UTC (rev 2596)
+++ trunk/sql/modules/Payment.sql	2009-05-11 16:45:05 UTC (rev 2597)
@@ -527,7 +527,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)
+        in_payment_date date, in_account_class int, int)
 IS
 $$ Note that in_transactions is a two-dimensional numeric array.  Of each 
 sub-array, the first element is the (integer) transaction id, and the second


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