add option to customer search to search on non-active packages too, RT#73062
authorIvan Kohler <ivan@freeside.biz>
Tue, 8 Nov 2016 20:13:21 +0000 (12:13 -0800)
committerIvan Kohler <ivan@freeside.biz>
Tue, 8 Nov 2016 20:13:21 +0000 (12:13 -0800)
httemplate/search/report_cust_main.html

index 8fac845..c35ef22 100755 (executable)
       </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',