[Koha-bugs] [Bug 14842] New: 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:06:31 CEST 2015


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

            Bug ID: 14842
           Summary: Wrong call to GetBranchItemRule in circ/returns.pl
 Change sponsored?: ---
           Product: Koha
           Version: master
          Hardware: All
                OS: All
            Status: ASSIGNED
          Severity: major
          Priority: P5 - low
         Component: Circulation
          Assignee: jonathan.druart at bugs.koha-community.org
          Reporter: jonathan.druart at bugs.koha-community.org
        QA Contact: testopia at bugs.koha-community.org
                CC: gmcharlt at gmail.com, kyle.m.hall at gmail.com
        Depends on: 7981

>From bug 7981:

circ/returns.pl around l. 276

my $hbr = GetBranchItemRule($biblio->{'homebranch'},
$itemtype)->{'returnbranch'} || "homebranch";

GetBranchItemRule expects an itemtype, a scalar.
Here $itemtype is a hashref returned by C4::ItemType->get.

This must be blocker for the next release.


Referenced Bugs:

http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7981
[Bug 7981] Remove HomeOrHoldingBranchReturn syspref
-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list