X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=httemplate%2Felements%2Fcust_pkg-search-form_input.html;fp=httemplate%2Felements%2Fcust_pkg-search-form_input.html;h=c2dbbe5c313d374ca693dc89d7da96cba86e2d46;hp=0000000000000000000000000000000000000000;hb=79c8be3bd0c5db42794b36bf5b5dd25addba67cb;hpb=0bd6fd8b74c3cb6a7abf01ba5974d2d9399da3ab diff --git a/httemplate/elements/cust_pkg-search-form_input.html b/httemplate/elements/cust_pkg-search-form_input.html new file mode 100644 index 000000000..c2dbbe5c3 --- /dev/null +++ b/httemplate/elements/cust_pkg-search-form_input.html @@ -0,0 +1,41 @@ +%# 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 reasonnum +% 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 )) { +% + "> + "> + "> + "> + "> +% } + +<%init> + +my( $cgi ) = @_; +#my( $cgi, %opt ) = @_; + +