|
Lines 73-79
$template->param(
Link Here
|
| 73 |
PatronAutoComplete => C4::Context->preference('PatronAutoComplete'), |
73 |
PatronAutoComplete => C4::Context->preference('PatronAutoComplete'), |
| 74 |
patron_lists => [ GetPatronLists() ], |
74 |
patron_lists => [ GetPatronLists() ], |
| 75 |
PatronsPerPage => C4::Context->preference("PatronsPerPage") || 20, |
75 |
PatronsPerPage => C4::Context->preference("PatronsPerPage") || 20, |
| 76 |
defer_loading => 1, |
76 |
defer_loading => ( scalar $query->param('memberresultst_state') ) ? 0 : 1, |
| 77 |
); |
77 |
); |
| 78 |
|
78 |
|
| 79 |
output_html_with_http_headers $query, $cookie, $template->output; |
79 |
output_html_with_http_headers $query, $cookie, $template->output; |
| 80 |
- |
|
|