diff options
author | ivan <ivan> | 2002-05-04 00:49:06 +0000 |
---|---|---|
committer | ivan <ivan> | 2002-05-04 00:49:06 +0000 |
commit | f15ded7fdcbe0869d1e51e2dab1cc4409c0ce92f (patch) | |
tree | 71e3a5f8fba753d1c860a402188d95a1c7e797e7 /httemplate | |
parent | 99230201dec5366bf58b33b29fb2f7ab4724b764 (diff) |
point at correct .cgi
Diffstat (limited to 'httemplate')
-rwxr-xr-x | httemplate/search/cust_pkg.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/search/cust_pkg.html b/httemplate/search/cust_pkg.html index c69e8d711..bb0a5407c 100755 --- a/httemplate/search/cust_pkg.html +++ b/httemplate/search/cust_pkg.html @@ -7,7 +7,7 @@ <H1>Packages</H1> </CENTER> <HR> - <FORM ACTION="cust_bill_event.cgi" METHOD="post"> + <FORM ACTION="cust_pkg.cgi" METHOD="post"> <INPUT TYPE="hidden" NAME="magic" VALUE="bill"> Return <B>packages</B> with next bill date: from <INPUT TYPE="text" NAME="beginning"> <i>m/d/y</i> |