[freeside-commits] freeside/httemplate/search report_cust_main.html, 1.12, 1.13 cust_main.html, 1.17, 1.18

Ivan,,, ivan at wavetail.420.am
Fri Nov 13 16:08:15 PST 2009


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

Modified Files:
	report_cust_main.html cust_main.html 
Log Message:
add invoice terms to advanced customer report.  dogfood.

Index: report_cust_main.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/search/report_cust_main.html,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- report_cust_main.html	6 Nov 2009 00:25:13 -0000	1.12
+++ report_cust_main.html	14 Nov 2009 00:08:13 -0000	1.13
@@ -82,6 +82,17 @@
         }
       }
     </SCRIPT>
+ 
+    <TR>
+      <TD ALIGN="right">Invoice terms</TD>
+      <TD>
+        <% include( '/elements/select-terms.html',
+                      'pre_options' => [ '' => 'all' ],
+                      'empty_value' => 'NULL',
+                  )
+        %>
+      </TD>
+    </TR>
     
     <% include( '/elements/tr-input-lessthan_greaterthan.html',
                   label   => 'Current balance',

Index: cust_main.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/search/cust_main.html,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -d -r1.17 -r1.18
--- cust_main.html	6 Nov 2009 00:25:13 -0000	1.17
+++ cust_main.html	14 Nov 2009 00:08:13 -0000	1.18
@@ -45,7 +45,7 @@
 #scalars
 my @scalars = qw (
   agentnum status cancelled_pkgs cust_fields flattened_pkgs custbatch
-  no_censustract paydate_year paydate_month
+  no_censustract paydate_year paydate_month invoice_terms
 );
 
 for my $param ( @scalars ) {



More information about the freeside-commits mailing list