From 38a7453130448e067e77fbb6966630bca4cc765b Mon Sep 17 00:00:00 2001 From: ivan Date: Thu, 15 May 2008 22:48:53 +0000 Subject: [PATCH] fix minor problem with ship_zip not showing up in small_custview --- FS/FS/CGI.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.11.0