From ef0adaca475df108bb89e651c531599c23bb84e7 Mon Sep 17 00:00:00 2001 From: einhverfr Date: Wed, 8 Oct 2008 16:07:04 +0000 Subject: Correcting function change-related error in Company.sql git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunk@2359 4979c152-3d1c-0410-bac9-87ea11338e46 --- sql/modules/Company.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sql') diff --git a/sql/modules/Company.sql b/sql/modules/Company.sql index a102fa1c..500a7188 100644 --- a/sql/modules/Company.sql +++ b/sql/modules/Company.sql @@ -664,7 +664,7 @@ create or replace function eca__location_save( AND location_class = in_location_class AND location_id = in_location_id; - SELECT location_save(in_line_one, in_line_two, in_line_three, in_city, + SELECT location_save(in_location_id, in_line_one, in_line_two, in_line_three, in_city, in_state, in_mail_code, in_country_code) INTO l_id; -- cgit v1.2.3