From eb55de10645296a7a1c82ebc3ee41adda42845e7 Mon Sep 17 00:00:00 2001 From: einhverfr Date: Sat, 16 Aug 2008 22:54:24 +0000 Subject: Correcting bug 2006030 git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunk@2273 4979c152-3d1c-0410-bac9-87ea11338e46 --- sql/modules/Payment.sql | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'sql') diff --git a/sql/modules/Payment.sql b/sql/modules/Payment.sql index bee243f8..19e8530d 100644 --- a/sql/modules/Payment.sql +++ b/sql/modules/Payment.sql @@ -282,9 +282,9 @@ END; $$ 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 -- cgit v1.2.3