[freeside-commits] branch FREESIDE_4_BRANCH updated. e0a3cd48984f678da9cd474b6c7604550354906e

Ivan ivan at 420.am
Tue Nov 8 12:13:26 PST 2016


The branch, FREESIDE_4_BRANCH has been updated
       via  e0a3cd48984f678da9cd474b6c7604550354906e (commit)
      from  c4554f12a54c21b3bb9a6dfcfe0366e1c5aa1a93 (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 e0a3cd48984f678da9cd474b6c7604550354906e
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Tue Nov 8 12:13:21 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