[freeside-commits] branch master updated. 1155faa2bb6e4b4b9fe4f37ff43b7d7fc5bb1fa1
Mark Wells
mark at 420.am
Thu May 8 16:18:23 PDT 2014
The branch, master has been updated
via 1155faa2bb6e4b4b9fe4f37ff43b7d7fc5bb1fa1 (commit)
from fb603cbe0bf8cda2eb139bf2e867d23d636db7ad (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 1155faa2bb6e4b4b9fe4f37ff43b7d7fc5bb1fa1
Author: Mark Wells <mark at freeside.biz>
Date: Thu May 8 16:18:09 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