summaryrefslogtreecommitdiff
path: root/httemplate/search/report_receivables.html
diff options
context:
space:
mode:
authorivan <ivan>2007-02-05 13:10:16 +0000
committerivan <ivan>2007-02-05 13:10:16 +0000
commit509db87bd528fdb6bea716bf501e44ff854a485c (patch)
tree5918ca9df10e6fc3f4866dde40018e40ca0fcacb /httemplate/search/report_receivables.html
parent17856ff5c299e4db21da28116f2666655c03f2c7 (diff)
add "over X days" option to receivables report
Diffstat (limited to 'httemplate/search/report_receivables.html')
-rwxr-xr-xhttemplate/search/report_receivables.html7
1 files changed, 6 insertions, 1 deletions
diff --git a/httemplate/search/report_receivables.html b/httemplate/search/report_receivables.html
index 21ca1e185..bb23f1f87 100755
--- a/httemplate/search/report_receivables.html
+++ b/httemplate/search/report_receivables.html
@@ -4,7 +4,12 @@
<TABLE>
- <% include( '/elements/tr-select-agent.html' ) %>
+ <% include( '/elements/tr-select-agent.html' ) %>
+
+ <TR>
+ <TD ALIGN="right">Over </TD>
+ <TD><INPUT NAME="days" TYPE="text" SIZE=4 MAXLENGTH=3> days</TD>
+ </TR>
</TABLE>