Summary: | Checkout override allowed without permissions when item has parts / materials specified | ||
---|---|---|---|
Product: | Koha | Reporter: | Andrew Fuerste-Henry <andrew> |
Component: | Circulation | Assignee: | Bugs List <koha-bugs> |
Status: | NEW --- | QA Contact: | Testopia <testopia> |
Severity: | normal | ||
Priority: | P5 - low | CC: | gmcharlt, kyle.m.hall, lucas |
Version: | Main | ||
Hardware: | All | ||
OS: | All | ||
See Also: | https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38695 | ||
GIT URL: | Change sponsored?: | --- | |
Patch complexity: | --- | Documentation contact: | |
Documentation submission: | Text to go in the release notes: | ||
Version(s) released in: | Circulation function: |
Description
Andrew Fuerste-Henry
2024-11-26 21:28:14 UTC
This seems to be true for some other conditions as well. For example, in the same setup that Andrew describes: 1. have two items: Item A does not have a value in items.materials, Item B does 2. Have both items checked out to a different patron 3. Try checking out Item A, Koha tells you cannot: Cannot check out Item The Arden edition of the works of William Shakespeare. (39999000005998) is checked out to Ronnie Ballard (23529000139858). 4. Try to checkout Item B, Koha says "Please confirm checkout", tells you about the checkout to another patron and the materials note. I started looking here and ran into something else: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38695 (In reply to Lucas Gass (lukeg) from comment #2) > I started looking here and ran into something else: > > https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38695 Ignore this comment, I am unable to recreate that issue. |