[freeside-commits] freeside/httemplate/view/cust_main/packages location.html, 1.1, 1.2

Ivan,,, ivan at wavetail.420.am
Thu Jan 8 20:06:28 PST 2009


Update of /home/cvs/cvsroot/freeside/httemplate/view/cust_main/packages
In directory wavetail.420.am:/tmp/cvs-serv25024/httemplate/view/cust_main/packages

Modified Files:
	location.html 
Log Message:
pick/enter a location when ordering a package, RT#4499

Index: location.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/view/cust_main/packages/location.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- location.html	8 Jan 2009 01:45:22 -0000	1.1
+++ location.html	9 Jan 2009 04:06:26 -0000	1.2
@@ -10,7 +10,7 @@
     <% $loc->address2 |h %><BR>
 % }
 
-  <% $loc->city |h %><% %>,
+  <% $loc->city |h %><% $loc->county ? ' ('.$loc->county.' county)' : '' |h %>,
   <% $loc->state |h %> &nbsp; <% $loc->zip |h %><BR>
 
 % if ( $loc->country ne $countrydefault ) {



More information about the freeside-commits mailing list