From 79c8be3bd0c5db42794b36bf5b5dd25addba67cb Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Mon, 21 Oct 2019 12:33:06 -0700 Subject: common element for cust_pkg search form fields --- httemplate/misc/bulk_change_pkg.cgi | 35 +---------------------------------- 1 file changed, 1 insertion(+), 34 deletions(-) (limited to 'httemplate/misc/bulk_change_pkg.cgi') diff --git a/httemplate/misc/bulk_change_pkg.cgi b/httemplate/misc/bulk_change_pkg.cgi index 6ed272fb8..2c8c17914 100755 --- a/httemplate/misc/bulk_change_pkg.cgi +++ b/httemplate/misc/bulk_change_pkg.cgi @@ -7,40 +7,7 @@
-%# some false laziness w/search/cust_pkg.cgi - - -% for my $param ( -% qw( -% agentnum cust_status cust_main_salesnum salesnum custnum magic status -% custom pkgbatch zip -% 477part 477rownum date -% report_option -% ), -% grep { /^location_\w+$/ || /^report_option_any/ } $cgi->param -% ) { - -% } -% -% for my $param (qw( censustract censustract2 ) ) { -% next unless grep { $_ eq $param } $cgi->param; - -% } -% -% for my $param (qw( pkgpart classnum refnum towernum )) { -% foreach my $value ($cgi->param($param)) { - -% } -% } -% -% foreach my $field (qw( setup last_bill bill adjourn susp expire contract_end change_date cancel active )) { -% - "> - "> - "> - "> - "> -% } +<& /elements/cust_pkg-search-form_input.html, $cgi &> <% ntable('#cccccc') %> -- cgit v1.2.1