diff options
Diffstat (limited to 'sql/modules')
-rw-r--r-- | sql/modules/Company.sql | 2 |
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; |