summaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authoreinhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46>2008-08-18 18:30:00 +0000
committereinhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46>2008-08-18 18:30:00 +0000
commit682011580e544afe16ffe9b911da8ff84463558d (patch)
tree51aeb88402d99965f1fd5ab1f66e1f61dc1d430d /sql
parent512d68b034a9d8ccc055452adb2e82298d8603cd (diff)
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
Diffstat (limited to 'sql')
-rw-r--r--sql/modules/Company.sql2
1 files changed, 1 insertions, 1 deletions
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;