diff options
Diffstat (limited to 'FS')
| -rw-r--r-- | FS/FS/CGI.pm | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/FS/FS/CGI.pm b/FS/FS/CGI.pm index 38a869ccd..06f740cf5 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; | 
