Lines 79-85
$template->param(
Link Here
|
79 |
searchmember => $searchmember, |
79 |
searchmember => $searchmember, |
80 |
branchcode_filter => $input->param('branchcode_filter'), |
80 |
branchcode_filter => $input->param('branchcode_filter'), |
81 |
categorycode_filter => $input->param('categorycode_filter'), |
81 |
categorycode_filter => $input->param('categorycode_filter'), |
82 |
dateofbirth => $patron->{dateofbirth}, |
|
|
83 |
searchtype => $input->param('searchtype') || 'start_with', |
82 |
searchtype => $input->param('searchtype') || 'start_with', |
84 |
searchfieldstype => $searchfieldstype, |
83 |
searchfieldstype => $searchfieldstype, |
85 |
PatronsPerPage => C4::Context->preference("PatronsPerPage") || 20, |
84 |
PatronsPerPage => C4::Context->preference("PatronsPerPage") || 20, |
86 |
- |
|
|