diff options
author | einhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46> | 2008-05-14 21:52:10 +0000 |
---|---|---|
committer | einhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46> | 2008-05-14 21:52:10 +0000 |
commit | 306ed2c5325bc20d2b5974ae1fc80b4ce71cf20b (patch) | |
tree | 6c74b70e52b0e1f2895b0c00ad5718da834cabef /LedgerSMB | |
parent | 7e666e1697f596ad2d5e26add2c59098687548d2 (diff) |
Correcting vendor save issues
git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunk@2146 4979c152-3d1c-0410-bac9-87ea11338e46
Diffstat (limited to 'LedgerSMB')
-rw-r--r-- | LedgerSMB/IS.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/LedgerSMB/IS.pm b/LedgerSMB/IS.pm index 8f804089..0fb7203a 100644 --- a/LedgerSMB/IS.pm +++ b/LedgerSMB/IS.pm @@ -787,7 +787,7 @@ sub customer_details { # get rest for the customer my $query = qq| SELECT c.customernumber, e.name, l.line_one as address1, - l.line_two as address2, l.city_province AS city, + l.line_two as address2, l.city AS city, '' as state, l.mail_code AS zipcode, country.name as country, '' as contact, '' as customerphone, '' as customerfax, |