[freeside-commits] branch FREESIDE_3_BRANCH updated. c8a1759d7959eb38dfe3f65a760432eabb81b5a5

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


The branch, FREESIDE_3_BRANCH has been updated
       via  c8a1759d7959eb38dfe3f65a760432eabb81b5a5 (commit)
      from  b4b4fac1ad93e05d3e2b6723f0ad011b38e06cbe (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 c8a1759d7959eb38dfe3f65a760432eabb81b5a5
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Tue Nov 8 12:13:32 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 cacb7de..30ad1ef 100755
--- a/httemplate/search/report_cust_main.html
+++ b/httemplate/search/report_cust_main.html
@@ -110,7 +110,16 @@
       </TR>
 
       <TR>
-        <TD ALIGN="right">With package of class</TD>
+        <TD ALIGN="right">With</TD>
+        <TD><SELECT NAME="any_pkg_status">
+              <OPTION VALUE="0">active packages
+              <OPTION VALUE="1">any status packages
+            </SELECT>
+        </TD>
+      </TR>
+
+      <TR>
+        <TD ALIGN="right">of class</TD>
         <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