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

(-)a/circ/ysearch.pl (-2 / +1 lines)
Lines 52-58 if ( C4::Context->preference("IndependentBranches") Link Here
52
    $limit_on_branch = 1;
52
    $limit_on_branch = 1;
53
}
53
}
54
54
55
my @parts = split( / /, $query );
55
my @parts = split( /,\s|\s/, $query );
56
my @params;
56
my @params;
57
foreach my $p (@parts) {
57
foreach my $p (@parts) {
58
    push(
58
    push(
59
- 

Return to bug 24750