diff options
author | Mark Wells <mark@freeside.biz> | 2014-05-08 16:18:09 -0700 |
---|---|---|
committer | Mark Wells <mark@freeside.biz> | 2014-05-08 16:18:09 -0700 |
commit | 1155faa2bb6e4b4b9fe4f37ff43b7d7fc5bb1fa1 (patch) | |
tree | d56eb1cc2996334093aaa41b4818e0f9150e8118 /httemplate | |
parent | fb603cbe0bf8cda2eb139bf2e867d23d636db7ad (diff) |
change sales report form to POST to avoid excessive URLs, #19464
Diffstat (limited to 'httemplate')
-rw-r--r-- | httemplate/graph/report_cust_bill_pkg.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/graph/report_cust_bill_pkg.html b/httemplate/graph/report_cust_bill_pkg.html index c6eb0f2bf..76d3a6ca3 100644 --- a/httemplate/graph/report_cust_bill_pkg.html +++ b/httemplate/graph/report_cust_bill_pkg.html @@ -7,7 +7,7 @@ } &> -<FORM ACTION="cust_bill_pkg.cgi" METHOD="GET"> +<FORM ACTION="cust_bill_pkg.cgi" METHOD="POST"> <TABLE BGCOLOR="#cccccc" CELLSPACING=0> |