Holds issue after recent upgrade
After recently upgrading to the packaged version of 19.05.04.000 on Debian, we can no longer cancel any holds. We get the following Software error in the Staff client: Can't call method "notforloan" on an undefined value at /usr/share/koha/lib/C4/Reserves.pm line 1171. Any ideas? Thanks! Steve
Hi Steve, To me, it looks like the item doesn't have a not for loan status. My first instinct would be to look in the database to make sure the items.notforloan field contains something and that that something is in fact in the authorised_values table. Hope this helps... Caroline On 19-10-22 14 h 25, Steve Nickerson wrote:
After recently upgrading to the packaged version of 19.05.04.000 on Debian, we can no longer cancel any holds. We get the following Software error in the Staff client:
Can't call method "notforloan" on an undefined value at /usr/share/koha/lib/C4/Reserves.pm line 1171.
Any ideas?
Thanks!
Steve
_______________________________________________ Koha mailing list http://koha-community.org Koha@lists.katipo.co.nz https://lists.katipo.co.nz/mailman/listinfo/koha
-- Caroline Cyr La Rose, M.L.I.S. Librarian | Product Manager Phone: 1-833-465-4276, ext. 221 Caroline.Cyr-La-Rose@inLibro.com <mailto:caroline.cyr-la-rose@inLibro.com> INLiBRO | Document Technologies Specialists | www.inLibro.com <http://www.inLibro.com>
Hello Steve, It means that the itemtype of the item has been removed (items.itype of biblioitems.itemtype does not exist in the itemtypes table). There is a script to catch such inconsistencies, see misc/maintenance/search_for_data_inconsistencies.pl Regards, Jonathan Le mar. 22 oct. 2019 à 20:25, Steve Nickerson <stevenanickerson@gmail.com> a écrit :
After recently upgrading to the packaged version of 19.05.04.000 on Debian, we can no longer cancel any holds. We get the following Software error in the Staff client:
Can't call method "notforloan" on an undefined value at /usr/share/koha/lib/C4/Reserves.pm line 1171.
Any ideas?
Thanks!
Steve
_______________________________________________ Koha mailing list http://koha-community.org Koha@lists.katipo.co.nz https://lists.katipo.co.nz/mailman/listinfo/koha
participants (3)
-
Caroline Cyr-La-Rose -
Jonathan Druart -
Steve Nickerson