[freeside-commits] freeside/FS/FS CGI.pm,1.39,1.40
Ivan,,,
ivan at wavetail.420.am
Thu May 15 15:48:58 PDT 2008
Update of /home/cvs/cvsroot/freeside/FS/FS
In directory wavetail.420.am:/tmp/cvs-serv513
Modified Files:
CGI.pm
Log Message:
fix minor problem with ship_zip not showing up in small_custview
Index: CGI.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/CGI.pm,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -d -r1.39 -r1.40
--- CGI.pm 2 Aug 2007 22:55:17 -0000 1.39
+++ CGI.pm 15 May 2008 22:48:53 -0000 1.40
@@ -369,7 +369,7 @@
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;
More information about the freeside-commits
mailing list