17 Sep
2015
17 Sep
'15
9:07 a.m.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14842 --- Comment #1 from Jonathan Druart <jonathan.druart@bugs.koha-community.org> --- Created attachment 42637 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=42637&action=edit Bug 14842: Wrong call to GetBranchItemRule
From bug 7981:
GetBranchItemRule expects an itemtype, a scalar. Here $itemtype is a hashref returned by C4::ItemType->get. So $itemtype->{itemtype} should be passed. -- You are receiving this mail because: You are watching all bug changes.