diff options
author | ivan <ivan> | 2006-11-24 08:49:09 +0000 |
---|---|---|
committer | ivan <ivan> | 2006-11-24 08:49:09 +0000 |
commit | 39fd666a49b2be516967131a46891f17ce0101da (patch) | |
tree | e5e3ead6d6943990466724c3c6bc4b224fdb5a79 /httemplate/search/report_cust_pay.html | |
parent | 5f6615875ca497d46c4f8cd810310d4b2db24bfd (diff) |
add less than and greater than amounts to credit and payment searches
Diffstat (limited to 'httemplate/search/report_cust_pay.html')
-rw-r--r-- | httemplate/search/report_cust_pay.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/httemplate/search/report_cust_pay.html b/httemplate/search/report_cust_pay.html index a3e43f80a..90c5d255d 100644 --- a/httemplate/search/report_cust_pay.html +++ b/httemplate/search/report_cust_pay.html @@ -56,6 +56,12 @@ <% include( '/elements/tr-input-beginning_ending.html' ) %> + <% include( '/elements/tr-input-lessthan_greaterthan.html', + 'label' => 'Amount', + 'field' => 'paid', + ) + %> + </TABLE> <BR> |