[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
SF.net SVN: ledger-smb:[2273] trunk/sql/modules/Payment.sql
- Subject: SF.net SVN: ledger-smb:[2273] trunk/sql/modules/Payment.sql
- From: ..hidden..
- Date: Sat, 16 Aug 2008 22:54:24 +0000
Revision: 2273
http://ledger-smb.svn.sourceforge.net/ledger-smb/?rev=2273&view=rev
Author: einhverfr
Date: 2008-08-16 22:54:24 +0000 (Sat, 16 Aug 2008)
Log Message:
-----------
Correcting bug 2006030
Modified Paths:
--------------
trunk/sql/modules/Payment.sql
Modified: trunk/sql/modules/Payment.sql
===================================================================
--- trunk/sql/modules/Payment.sql 2008-08-16 22:42:34 UTC (rev 2272)
+++ trunk/sql/modules/Payment.sql 2008-08-16 22:54:24 UTC (rev 2273)
@@ -282,9 +282,9 @@
$$ LANGUAGE plpgsql;
COMMENT ON FUNCTION payment_get_all_contact_invoices
-(in_account_class int, in_business_type int, in_currency char(3),
- in_date_from date, in_date_to date, in_batch_id int,
- in_ar_ap_accno text) IS
+(in_account_class int, in_business_id int, in_currency char(3),
+ in_date_from date, in_date_to date, in_batch_id int,
+ in_ar_ap_accno text, in_meta_number text) IS
$$
This function takes the following arguments (all prefaced with in_ in the db):
account_class: 1 for vendor, 2 for customer
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.