diff options
-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> |