[Koha-bugs] [Bug 15037] Batch checkout tab should be hidden for patrons not satisfying policy

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Oct 21 15:12:38 CEST 2015


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15037

--- Comment #4 from Jonathan Druart <jonathan.druart at bugs.koha-community.org> ---
Created attachment 43692
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=43692&action=edit
Bug 15037: Correctly check the patron categories on displaying the Batch
checkout tab

When checking for the patron categories allowed to use the batch
checkout, the comparison should be strict (eq).

Test plan:
0/ Do not apply this patch
1/ Create 2 patron categories ST and S
2/ Enable BatchCheckouts and define BatchCheckoutsValidCategories = S
3/ Create 2 patrons, 1 in the ST category and the other one in S
4/ On the patron detail page, you should see the "batch checkout" tab
for both patron
5/ Apply this patch
6/ The tab should only be displayed for the patron S

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.


More information about the Koha-bugs mailing list