From 0825af53ea040e53372aa3ea475a658eb6d3eb22 Mon Sep 17 00:00:00 2001 From: einhverfr Date: Sat, 15 Sep 2007 01:56:39 +0000 Subject: Form.pm now uses strit mode except in the constructor git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunk@1606 4979c152-3d1c-0410-bac9-87ea11338e46 --- sql/modules/Payment.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sql/modules/Payment.sql') diff --git a/sql/modules/Payment.sql b/sql/modules/Payment.sql index 9c29ed5d..8f7f052c 100644 --- a/sql/modules/Payment.sql +++ b/sql/modules/Payment.sql @@ -27,7 +27,7 @@ COMMENT ON FUNCTION payment_get_open_accounts(int) IS $$ This function takes a single argument (1 for vendor, 2 for customer as always) and returns all entities with open accounts of the appropriate type. $$; -CREATE OR REPLACE FUNCTION get_all_accounts(in_account_class int) +CREATE OR REPLACE FUNCTION payment_get_all_accounts(in_account_class int) RETURNS SETOF entity AS $$ DECLARE out_entity entity%ROWTYPE; -- cgit v1.2.3