[freeside-commits] branch FREESIDE_3_BRANCH updated. d3aa3f6d535a70bfe9a6b9ceeaf98127982824a9
Mark Wells
mark at 420.am
Thu May 8 16:18:23 PDT 2014
The branch, FREESIDE_3_BRANCH has been updated
via d3aa3f6d535a70bfe9a6b9ceeaf98127982824a9 (commit)
from 4dab4c85c1bd5162287ce239861ce1935ce6ed5a (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit d3aa3f6d535a70bfe9a6b9ceeaf98127982824a9
Author: Mark Wells <mark at freeside.biz>
Date: Thu May 8 16:17:51 2014 -0700
change sales report form to POST to avoid excessive URLs, #19464
diff --git a/httemplate/graph/report_cust_bill_pkg.html b/httemplate/graph/report_cust_bill_pkg.html
index c6eb0f2..76d3a6c 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>
-----------------------------------------------------------------------
Summary of changes:
httemplate/graph/report_cust_bill_pkg.html | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
More information about the freeside-commits
mailing list