diff options
author | Ivan Kohler <ivan@freeside.biz> | 2013-07-31 05:24:27 -0700 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2013-07-31 05:24:27 -0700 |
commit | 51a648bdf566a6be176b1d7f98a89a2e400481bf (patch) | |
tree | 75e01ca382dc0696412038293061301934673518 /httemplate/search/vend_bill.html | |
parent | 1f9cad18af5742ee646a56bc0d5a40e6775eabab (diff) |
simple A/P
Diffstat (limited to 'httemplate/search/vend_bill.html')
-rw-r--r-- | httemplate/search/vend_bill.html | 2 |
1 files changed, 2 insertions, 0 deletions
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'} ); |