[Koha-bugs] [Bug 30742] Confusion when placing hold on record with no items available because of not for loan

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Sun May 15 01:07:41 CEST 2022


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30742

David Nind <david at davidnind.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #134983|0                           |1
        is obsolete|                            |

--- Comment #5 from David Nind <david at davidnind.com> ---
Created attachment 135003
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=135003&action=edit
Bug 30742: Remove 'bad_bibs' and send a list of holdable bibs

Currently place request gets a list of bad_bibs that is created via javascript
on the
template. It ignores this list

Ths patch instead doesn't add info for bad bibs, and provides a list of the
bibs that
can be held

To test:
1 - Attempt multi hold with some items that can be held, and one that cannot
due to notforloan
2 - Fill in pickup locations and place hold
3 - Note hold is place on bib with no avilable items and hsows twice in results
4 - Apply patch
5 - repeat with another patron
6 - Note no aidditonal hold on record with notforloan items
7 - Note with with not for loan items appears only once in results

Signed-off-by: David Nind <david at davidnind.com>

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


More information about the Koha-bugs mailing list