From f85505e920298dd5f672e4fdf7ae6d6ea7c8be9b Mon Sep 17 00:00:00 2001 From: einhverfr Date: Fri, 21 Mar 2008 21:02:19 +0000 Subject: Correcting comment syntax in Payment.sql git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunk@2111 4979c152-3d1c-0410-bac9-87ea11338e46 --- sql/modules/Payment.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sql') diff --git a/sql/modules/Payment.sql b/sql/modules/Payment.sql index 1f31c697..cab7a1de 100644 --- a/sql/modules/Payment.sql +++ b/sql/modules/Payment.sql @@ -123,7 +123,7 @@ BEGIN END; $$ LANGUAGE PLPGSQL; -COMMENT ON FUNCTION payment_get_open_invoices(int, int, char(3), date, date, numeric, numeric) IS +COMMENT ON FUNCTION payment_get_open_invoices(int, int, char(3), date, date, numeric, numeric, int) IS $$ This function takes three arguments: Type: 1 for vendor, 2 for customer Entity_id: The entity_id of the customer or vendor -- cgit v1.2.3