diff options
Diffstat (limited to 'httemplate/search/cust_pkg_report.cgi')
-rwxr-xr-x | httemplate/search/cust_pkg_report.cgi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/search/cust_pkg_report.cgi b/httemplate/search/cust_pkg_report.cgi index b31674540..6bd918995 100755 --- a/httemplate/search/cust_pkg_report.cgi +++ b/httemplate/search/cust_pkg_report.cgi @@ -8,7 +8,7 @@ </HEAD> <BODY BGCOLOR="#e8e8e8"> <H1>Packages</H1> - <FORM ACTION="cust_pkg.cgi" METHOD="post"> + <FORM ACTION="cust_pkg.cgi" METHOD="GET"> <INPUT TYPE="hidden" NAME="magic" VALUE="bill"> Return packages with next bill date:<BR><BR> <TABLE> |