View | Details | Raw Unified | Return to bug 36302
Collapse All | Expand All

(-)a/members/member.pl (+1 lines)
Lines 78-83 $template->param( Link Here
78
    searchfieldstype    => $searchfieldstype,
78
    searchfieldstype    => $searchfieldstype,
79
    PatronsPerPage      => C4::Context->preference("PatronsPerPage") || 20,
79
    PatronsPerPage      => C4::Context->preference("PatronsPerPage") || 20,
80
    circsearch          => $circsearch,
80
    circsearch          => $circsearch,
81
    defer_loading       => 0,
81
);
82
);
82
83
83
output_html_with_http_headers $input, $cookie, $template->output;
84
output_html_with_http_headers $input, $cookie, $template->output;
(-)a/members/members-home.pl (-1 / +1 lines)
Lines 73-78 $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
);
77
);
77
78
78
output_html_with_http_headers $query, $cookie, $template->output;
79
output_html_with_http_headers $query, $cookie, $template->output;
79
- 

Return to bug 36302