diff options
| author | ivan <ivan> | 2002-04-16 10:47:35 +0000 |
|---|---|---|
| committer | ivan <ivan> | 2002-04-16 10:47:35 +0000 |
| commit | 4201aaaae8a957bc98ce345d3ee0e599da354766 (patch) | |
| tree | 1f4cc956f932b9b301900928343ece96955a6b31 /httemplate/search/cust_bill_event.html | |
| parent | 17ddcceb66e4c5c45abe890403d2ca98b128d375 (diff) | |
report on failed billing events...
Diffstat (limited to 'httemplate/search/cust_bill_event.html')
| -rwxr-xr-x | httemplate/search/cust_bill_event.html | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/httemplate/search/cust_bill_event.html b/httemplate/search/cust_bill_event.html new file mode 100755 index 000000000..d76ce3c8c --- /dev/null +++ b/httemplate/search/cust_bill_event.html @@ -0,0 +1,23 @@ +<HTML> + <HEAD> + <TITLE>Failed billing events</TITLE> + </HEAD> + <BODY> + <CENTER> + <H1>Failed billing events</H1> + </CENTER> + <HR> + <FORM ACTION="cust_bill_event.cgi" METHOD="post"> + Return <B>failed billing events</B> for period: + from <INPUT TYPE="text" NAME="beginning"> <i>m/d/y</i> + to <INPUT TYPE="text" NAME="ending"> <i>m/d/y</i> + + <P><INPUT TYPE="submit" VALUE="Get Report"> + + </FORM> + + <HR> + + </BODY> +</HTML> + |
