https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16659

--- Comment #4 from Katrin Fischer <[email protected]> ---
Comment on attachment 52030
  --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=52030
[SIGNED OFF] Bug 16659: Add the possibility to search for multiple branches

Review of attachment 52030:
 --> 
(https://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=16659&attachment=52030)
-----------------------------------------------------------------

Patch is a good start, but...

::: catalogue/search.pl
@@ +406,5 @@
> +my @branch = map uri_unescape($_), $cgi->multi_param('branch');
> +if( @branch ) {
> +    push @limits, '(' . join (" or ", map {'branch: ' . $_ } @branch ) . ')';
> +}
> +

You should do this differently...

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to