|
Lines 78-84
$template->param(
Link Here
|
| 78 |
searchtype => scalar $input->param('searchtype') || 'contain', |
78 |
searchtype => scalar $input->param('searchtype') || 'contain', |
| 79 |
searchfieldstype => $searchfieldstype, |
79 |
searchfieldstype => $searchfieldstype, |
| 80 |
PatronsPerPage => C4::Context->preference("PatronsPerPage") || 20, |
80 |
PatronsPerPage => C4::Context->preference("PatronsPerPage") || 20, |
| 81 |
defer_loading => $defer_loading, |
81 |
do_not_defer_loading => !$defer_loading, |
| 82 |
circsearch => $circsearch, |
82 |
circsearch => $circsearch, |
| 83 |
attribute_type_codes => ( C4::Context->preference('ExtendedPatronAttributes') |
83 |
attribute_type_codes => ( C4::Context->preference('ExtendedPatronAttributes') |
| 84 |
? [ Koha::Patron::Attribute::Types->search( { staff_searchable => 1 } )->get_column('code') ] |
84 |
? [ Koha::Patron::Attribute::Types->search( { staff_searchable => 1 } )->get_column('code') ] |