This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "main Koha release repository".
The branch, new/bug_3629 has been created
at 091d3100169a12e9498f6d58c8b61ac01a5a5db6 (commit)
- Log -----------------------------------------------------------------
commit 091d3100169a12e9498f6d58c8b61ac01a5a5db6
Author: Paul POULAIN <[email protected]>
Date: Sat Mar 26 18:24:19 2011 -0400
Bug 3629 : search limit by group is not OK
MT4491 : limitation by library group
- the group list was not displayed in OPAC (even if everything else was here
- the group limit was not working due to a missing ()
author=jean et group=droit" resulted in:
author=jean and branch=b1 or branch=b2 or branch=b3
that is wrong (executed from left to right)
the fix add () to have :
author=jean and (branch=b1 or branch=b2 or branch=b3)
that is OK
Signed-off-by: Nicole C. Engard <[email protected]>
Signed-off-by: Chris Cormack <[email protected]>
-----------------------------------------------------------------------
hooks/post-receive
--
main Koha release repository
_______________________________________________
koha-commits mailing list
[email protected]
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-commits