[freeside-commits] freeside/FS/FS CGI.pm,1.38.2.1,1.38.2.2

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-serv517

Modified Files:
      Tag: FREESIDE_1_7_BRANCH
	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.38.2.1
retrieving revision 1.38.2.2
diff -u -d -r1.38.2.1 -r1.38.2.2
--- CGI.pm	2 Aug 2007 22:55:18 -0000	1.38.2.1
+++ CGI.pm	15 May 2008 22:48:54 -0000	1.38.2.2
@@ -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