[Koha-bugs] [Bug 14842] Wrong call to GetBranchItemRule in circ/returns.pl

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Sep 17 10:07:59 CEST 2015


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14842

--- Comment #1 from Jonathan Druart <jonathan.druart at 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.


More information about the Koha-bugs mailing list