summaryrefslogtreecommitdiff
path: root/LedgerSMB
diff options
context:
space:
mode:
Diffstat (limited to 'LedgerSMB')
-rw-r--r--LedgerSMB/IS.pm2
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,