X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;ds=sidebyside;f=FS%2FFS%2FCGI.pm;h=06f740cf5f03c8d7cd075763f7feab1983656be6;hb=38a7453130448e067e77fbb6966630bca4cc765b;hp=38a869ccdd881829fda9ca7d8af9faa23b1d8035;hpb=2ae0d46c96d1272f8c33c60bc80ac55a7f2ef0e7;p=freeside.git 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"). '
'; + $cust_main->get("${pre}zip"). '
'; $html .= $cust_main->get("${pre}country"). '
' if $cust_main->get("${pre}country") && $cust_main->get("${pre}country") ne $countrydefault;