From 682011580e544afe16ffe9b911da8ff84463558d Mon Sep 17 00:00:00 2001 From: einhverfr Date: Mon, 18 Aug 2008 18:30:00 +0000 Subject: Correcting argument mismatch issue in eca__list_locations git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunk@2279 4979c152-3d1c-0410-bac9-87ea11338e46 --- sql/modules/Company.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sql/modules/Company.sql b/sql/modules/Company.sql index c4118853..e7499ca1 100644 --- a/sql/modules/Company.sql +++ b/sql/modules/Company.sql @@ -674,7 +674,7 @@ BEGIN END; $$ language plpgsql; -CREATE OR REPLACE FUNCTION eca__list_locations(in_entity_id int) +CREATE OR REPLACE FUNCTION eca__list_locations(in_credit_id int) RETURNS SETOF location_result AS $$ DECLARE out_row RECORD; -- cgit v1.2.3