[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
- Previous message: [freeside-commits] freeside/FS/FS CGI.pm,1.39,1.40
- Next message: [freeside-commits] freeside/FS/FS Schema.pm, 1.84, 1.85 cdr.pm, 1.10, 1.11 cust_bill.pm, 1.198, 1.199 cust_bill_pkg.pm, 1.14, 1.15 cust_bill_pkg_detail.pm, 1.3, 1.4
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
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;
- Previous message: [freeside-commits] freeside/FS/FS CGI.pm,1.39,1.40
- Next message: [freeside-commits] freeside/FS/FS Schema.pm, 1.84, 1.85 cdr.pm, 1.10, 1.11 cust_bill.pm, 1.198, 1.199 cust_bill_pkg.pm, 1.14, 1.15 cust_bill_pkg_detail.pm, 1.3, 1.4
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the freeside-commits
mailing list