diff options
author | ivan <ivan> | 2009-11-14 00:08:13 +0000 |
---|---|---|
committer | ivan <ivan> | 2009-11-14 00:08:13 +0000 |
commit | 0ea039f9084014e27a1b99ff033bf04bdab94966 (patch) | |
tree | 6582fbcb2e6461d8c659488911e6776f58c529e3 /httemplate/search/report_cust_main.html | |
parent | 44d4252de771e6d41749363a61033452f1e97a15 (diff) |
add invoice terms to advanced customer report. dogfood.
Diffstat (limited to 'httemplate/search/report_cust_main.html')
-rwxr-xr-x | httemplate/search/report_cust_main.html | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/httemplate/search/report_cust_main.html b/httemplate/search/report_cust_main.html index 4369a682d..5860fbfbb 100755 --- a/httemplate/search/report_cust_main.html +++ b/httemplate/search/report_cust_main.html @@ -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', |