[freeside-commits] freeside/httemplate/elements location.html, 1.7, 1.8

Jeff Finucane,420,, jeff at wavetail.420.am
Sun Jul 26 20:26:49 PDT 2009


Update of /home/cvs/cvsroot/freeside/httemplate/elements
In directory wavetail.420.am:/tmp/cvs-serv14204/httemplate/elements

Modified Files:
	location.html 
Log Message:
FCC from 477 improvements #4912

Index: location.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/elements/location.html,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- location.html	29 Jun 2009 13:53:25 -0000	1.7
+++ location.html	27 Jul 2009 03:26:46 -0000	1.8
@@ -87,7 +87,15 @@
 % if ( !$pre ) { 
   <INPUT TYPE="hidden" NAME="geocode" VALUE="<% $opt{geocode} %>">
 % } else {
-  <INPUT TYPE="hidden" NAME="censustract" VALUE="<% $opt{censustract} %>">
+%   if ( $pre eq 'ship_' && $conf->exists('cust_main-require_censustract') ) {
+      <TR><TH ALIGN="right">Census tract<BR>(automatic)</TH>
+        <TD>
+          <INPUT TYPE="text" NAME="censustract" VALUE="<% $opt{censustract} %>">
+        </TD>
+      </TR>
+%   } else {
+      <INPUT TYPE="hidden" NAME="censustract" VALUE="<% $opt{censustract} %>">
+%   } 
 % } 
 
 <%init>



More information about the freeside-commits mailing list