31 Jul
2019
31 Jul
'19
4:41 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23404 --- Comment #4 from Fridolin SOMERS <fridolin.somers@biblibre.com> --- (In reply to Fridolin SOMERS from comment #2)
Created attachment 91892 [details] [review] Bug 23404: fix Circulation::TooMany error on itemtype when at biblio level
Circulation::TooMany gets itemtype from $item var beeing a Koha::Item unblessed. When itemtype is at biblio level, calling $item->{'itemtype'} is wrong.
Note that patch removes in TooMany() method second arg $biblionumber, it is useless. -- You are receiving this mail because: You are watching all bug changes.