Bug 31028: Add catalog concern management page to staff
[koha-ffzg.git] / members / members-home.pl
index b84bb47..e3b903f 100755 (executable)
@@ -76,7 +76,6 @@ $template->param(
     attribute_type_codes => ( C4::Context->preference('ExtendedPatronAttributes')
         ? [ Koha::Patron::Attribute::Types->search( { staff_searchable => 1 } )->get_column('code') ]
         : [] ),
-    defer_loading => 1,
 );
 
 output_html_with_http_headers $query, $cookie, $template->output;