[freeside-commits] branch master updated. 8572f2347f879d414a60e8e0dc111fa927d66c14
Ivan
ivan at 420.am
Tue Nov 8 12:13:17 PST 2016
The branch, master has been updated
via 8572f2347f879d414a60e8e0dc111fa927d66c14 (commit)
from e3df7e4b96abfda72201bf3598b6bfd449bfb2a1 (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 8572f2347f879d414a60e8e0dc111fa927d66c14
Author: Ivan Kohler <ivan at freeside.biz>
Date: Tue Nov 8 12:13:13 2016 -0800
add option to customer search to search on non-active packages too, RT#73062
diff --git a/httemplate/search/report_cust_main.html b/httemplate/search/report_cust_main.html
index 8fac845..c35ef22 100755
--- a/httemplate/search/report_cust_main.html
+++ b/httemplate/search/report_cust_main.html
@@ -108,7 +108,16 @@
</TR>
<TR>
- <TH ALIGN="right">With package of class</TH>
+
+ <TH ALIGN="right">With</TH>
+ <TD><SELECT NAME="any_pkg_status">
+ <OPTION VALUE="0">active packages
+ <OPTION VALUE="1">any status packages
+ </SELECT>
+ </TD>
+ </TR>
+
+ <TH ALIGN="right">of class</TH>
<TD>
<& /elements/select-pkg_class.html,
'field' => 'pkg_classnum',
-----------------------------------------------------------------------
Summary of changes:
httemplate/search/report_cust_main.html | 11 ++++++++++-
1 file changed, 10 insertions(+), 1 deletion(-)
More information about the freeside-commits
mailing list