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

(-)a/circ/ysearch.pl (-2 / +1 lines)
Lines 66-72 foreach my $p (@parts) { Link Here
66
    );
66
    );
67
}
67
}
68
68
69
push( @params, { branchcode => C4::Context->userenv->{branch} } ) if $limit_on_branch;
69
push( @params, { 'me.branchcode' => C4::Context->userenv->{branch} } ) if $limit_on_branch;
70
70
71
my $borrowers_rs = Koha::Patrons->search_limited(
71
my $borrowers_rs = Koha::Patrons->search_limited(
72
    { -and => \@params },
72
    { -and => \@params },
73
- 

Return to bug 30251