diff options
Diffstat (limited to 'httemplate/search/report_receivables.html')
-rwxr-xr-x | httemplate/search/report_receivables.html | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/httemplate/search/report_receivables.html b/httemplate/search/report_receivables.html deleted file mode 100755 index fc5174116..000000000 --- a/httemplate/search/report_receivables.html +++ /dev/null @@ -1,16 +0,0 @@ -<%= include('/elements/header.html', 'Accounts Receivable Aging Summary' ) %> - - <FORM ACTION="report_receivables.cgi" METHOD="GET"> - - <TABLE> - - <%= include( '/elements/tr-select-agent.html' ) %> - - </TABLE> - - <BR><INPUT TYPE="submit" VALUE="Get Report"> - </FORM> - - </BODY> -</HTML> - |