[freeside-commits] freeside/httemplate/search report_cust_main.html, 1.15, 1.16 cust_main.html, 1.23, 1.24

Ivan,,, ivan at wavetail.420.am
Sun Oct 31 12:04:58 PDT 2010


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

Modified Files:
	report_cust_main.html cust_main.html 
Log Message:
add search on harcoded geocode customers w/cch, RT#10376

Index: report_cust_main.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/search/report_cust_main.html,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -w -d -r1.15 -r1.16
--- report_cust_main.html	21 Oct 2010 01:34:52 -0000	1.15
+++ report_cust_main.html	31 Oct 2010 19:04:56 -0000	1.16
@@ -110,13 +110,18 @@
         <TD><INPUT TYPE="checkbox" NAME="cancelled_pkgs"></TD>
     </TR>
 
-%   if ( $conf->exists('cust_main-require_censustract') ) {
-
     <TR>
       <TD ALIGN="right" VALIGN="center">Without census tract</TD>
         <TD><INPUT TYPE="checkbox" NAME="no_censustract"></TD>
     </TR>
 
+%   if ( $conf->exists('enable_taxproducts') ) {
+
+      <TR>
+        <TD ALIGN="right" VALIGN="center">With hardcoded tax location</TD>
+          <TD><INPUT TYPE="checkbox" NAME="with_geocode"></TD>
+      </TR>
+
 %   }
 
     <TR>

Index: cust_main.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/search/cust_main.html,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -w -d -r1.23 -r1.24
--- cust_main.html	21 Oct 2010 01:34:52 -0000	1.23
+++ cust_main.html	31 Oct 2010 19:04:56 -0000	1.24
@@ -45,7 +45,7 @@
 #scalars
 my @scalars = qw (
   agentnum status address paydate_year paydate_month invoice_terms
-  no_censustract custbatch usernum
+  no_censustract with_geocode custbatch usernum
   cancelled_pkgs
   cust_fields flattened_pkgs
 );



More information about the freeside-commits mailing list