X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fsearch%2Fvend_bill.html;h=9bc74cfc536bade2137844bbfe73019f3234e76f;hb=ac541a006ca3b90039d21dca39c76cee34092553;hp=33eb2241c4bc0deb8abdcc5c096e2ec0170936c4;hpb=1f9cad18af5742ee646a56bc0d5a40e6775eabab;p=freeside.git diff --git a/httemplate/search/vend_bill.html b/httemplate/search/vend_bill.html index 33eb2241c..9bc74cfc5 100644 --- a/httemplate/search/vend_bill.html +++ b/httemplate/search/vend_bill.html @@ -40,6 +40,8 @@ $search{'_date'} = [ $beginning, $ending ]; ($beginning, $ending) = FS::UI::Web::parse_beginning_ending($cgi, 'payment_date'); $search{'payment_date'} = [ $beginning, $ending ]; +$search{'classnum'} = $cgi->param('classnum'); + my $query = FS::vend_bill->search( \%search ); my $count_query = delete( $query->{'count_query'} );