Koha/koha-tmpl/opac-tmpl/prog/en
Paul POULAIN 091d310016 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 <nengard@bywatersolutions.com>
Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
2011-03-30 12:37:50 +13:00
..
css Bug 5848: Same position for the tabs of Normal, MARC and ISBD view in opac detail 2011-03-14 20:50:03 +13:00
includes Bug 5930 : improving/modifying authority display on OPAC 2011-03-27 20:54:10 +13:00
js Fix for Bug 5115, Tags JavaScript includes many untranslatable strings 2011-02-04 13:25:22 +13:00
lib Fix for Bug 5140 - In Chrome, drop-down menus disappear after using pop-up calendar 2011-02-18 09:47:41 +13:00
modules Bug 3629 : search limit by group is not OK 2011-03-30 12:37:50 +13:00
xslt Bug 4276: XSLT subject tracings only use subfield a 2011-03-28 09:47:05 +13:00