Bug 22359: Improvements to payment collection inputs
[koha-ffzg.git] / members / members-home.pl
index 659ce8e..73a370d 100755 (executable)
@@ -70,6 +70,7 @@ $template->param(
 
 $template->param(
     alphabet => C4::Context->preference('alphabet') || join (' ', 'A' .. 'Z'),
+    PatronAutoComplete => C4::Context->preference('PatronAutoComplete'),
     patron_lists => [ GetPatronLists() ],
     PatronsPerPage => C4::Context->preference("PatronsPerPage") || 20,
 );