@@ -, +, @@ non-superlibrarians do not get autocomplete list in circulation module ---------- Be a librarian without superlibrarian privileges. Have some patrons defined. put 3+ characters from the known user name/cardnumber etc. You will get no hint. --- circ/ysearch.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/circ/ysearch.pl +++ a/circ/ysearch.pl @@ -66,7 +66,7 @@ foreach my $p (@parts) { ); } -push( @params, { branchcode => C4::Context->userenv->{branch} } ) if $limit_on_branch; +push( @params, { 'me.branchcode' => C4::Context->userenv->{branch} } ) if $limit_on_branch; my $borrowers_rs = Koha::Patrons->search_limited( { -and => \@params }, --