summaryrefslogtreecommitdiff
path: root/FS/FS/CGI.pm
diff options
context:
space:
mode:
Diffstat (limited to 'FS/FS/CGI.pm')
-rw-r--r--FS/FS/CGI.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/FS/FS/CGI.pm b/FS/FS/CGI.pm
index 38a869c..06f740c 100644
--- a/FS/FS/CGI.pm
+++ b/FS/FS/CGI.pm
@@ -369,7 +369,7 @@ sub small_custview {
if $cust_main->get("${pre}address2");
$html .= $cust_main->get("${pre}city"). ', '.
$cust_main->get("${pre}state"). ' '.
- $cust_main->get("${pre}ship_zip"). '<BR>';
+ $cust_main->get("${pre}zip"). '<BR>';
$html .= $cust_main->get("${pre}country"). '<BR>'
if $cust_main->get("${pre}country")
&& $cust_main->get("${pre}country") ne $countrydefault;