[Koha-bugs] [Bug 24683] Holds on biblios with different item types: rules for holds allowed are not applied correctly if any item type is available

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed May 13 15:48:53 CEST 2020


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

--- Comment #7 from Hans PĂ„lsson <hans.palsson at hkr.se> ---
In version 18.11 we successfully tried adding the following section of code to
lines 1191 to 1193 in Reserves.pm, however the same code is not used in the
current installation. It might be of some use.

if($i->itype() eq "DL") {
   next;
}

-- 
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