summaryrefslogtreecommitdiff
path: root/httemplate/search/report_cust_main.html
diff options
context:
space:
mode:
authorjeff <jeff>2007-12-19 21:05:37 +0000
committerjeff <jeff>2007-12-19 21:05:37 +0000
commit00aed756e1449f4d0847b1d05f96208d607b4711 (patch)
treefedefc337b3e7e0b41f2285c77c8a26f1c9c15ce /httemplate/search/report_cust_main.html
parentb91858c22eae141b31fe0024ee2a04bdeae2f3c5 (diff)
add options for balance over/under to advanced customer report
Diffstat (limited to 'httemplate/search/report_cust_main.html')
-rwxr-xr-xhttemplate/search/report_cust_main.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/httemplate/search/report_cust_main.html b/httemplate/search/report_cust_main.html
index 9e8cc81..50bc67b 100755
--- a/httemplate/search/report_cust_main.html
+++ b/httemplate/search/report_cust_main.html
@@ -30,6 +30,12 @@
% }
+ <% include( '/elements/tr-input-lessthan_greaterthan.html',
+ label => 'Current Balance',
+ field => 'current_balance',
+ )
+ %>
+
<TR>
<TD ALIGN="right" VALIGN="center">Include cancelled packages</TD>
<TD><INPUT TYPE="checkbox" NAME="cancelled_pkgs"></TD>