diff options
author | Mark Wells <mark@freeside.biz> | 2014-05-08 16:17:51 -0700 |
---|---|---|
committer | Mark Wells <mark@freeside.biz> | 2014-05-08 16:17:51 -0700 |
commit | d3aa3f6d535a70bfe9a6b9ceeaf98127982824a9 (patch) | |
tree | fa5ce15fe706798804bb8f47acf821d7137217d3 | |
parent | 4dab4c85c1bd5162287ce239861ce1935ce6ed5a (diff) |
change sales report form to POST to avoid excessive URLs, #19464
-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> |