stray closing /TABLE in the no-ticket case
[freeside.git] / httemplate / search / vend_bill.html
index 33eb224..9bc74cf 100644 (file)
@@ -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'} );