[Koha-bugs] [Bug 10859] Alert if a patron already has an issue for the same biblio

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Feb 18 11:29:08 CET 2014


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

--- Comment #9 from Marc Véron <veron at veron.ch> ---
Created attachment 25366
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=25366&action=edit
[Signed-off] Bug 10859: Alert if a borrower already has an issue for the same
biblio

The librarian can force the checkout anyway.
It doesn't alert the librarian if the biblio is a subscription

Test plan:
1. Create a biblio with at least 2 items
2. Checkout the first item for a borrower
3. Set syspref AllowMultipleIssuesOnABiblio to OFF.
4. Try to checkout the second item with the same borrower. A message
should appear telling you that this borrower already borrowed an item
from this biblio.
If you have the permission 'force_checkout' You should also see two
buttons to confirm (or not) the checkout
5. Click on 'No'. The checkout is not done
6. Repeat step 4 and click 'Yes', the checkout is done.
7. Return the second item.
8. Set syspref AllowMultipleIssuesOnABiblio to ON
9. Try to checkout the second item with the same borrower. This time
the checkout is done without warnings.

Followed test plan. Works as expected.
Signed-off-by: Marc Véron <veron at veron.ch>

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


More information about the Koha-bugs mailing list