From: ivan Date: Thu, 15 May 2008 22:48:53 +0000 (+0000) Subject: fix minor problem with ship_zip not showing up in small_custview X-Git-Tag: root_of_webpay_support~650 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=38a7453130448e067e77fbb6966630bca4cc765b fix minor problem with ship_zip not showing up in small_custview --- 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;