[Koha-bugs] [Bug 5801] New: C4::Circulation::_GetCircControlBranch doesn't work in opac-reserve.pl

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Feb 23 14:08:11 CET 2011


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

             Bug #: 5801
           Summary: C4::Circulation::_GetCircControlBranch doesn't work in
                    opac-reserve.pl
    Classification: Unclassified
 Change sponsored?: ---
           Product: Koha
           Version: rel_3_2
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P5
         Component: OPAC
        AssignedTo: oleonard at myacpl.org
        ReportedBy: fridolyn.somers at gmail.com
         QAContact: koha-bugs at lists.koha-community.org


In opac-reserve.pl :
    my $branch = C4::Circulation::_GetCircControlBranch($itemLoopIter, $borr);

This doesn't work because _GetCircControlBranch looks for homebranch nor
holdingbranch.
But $itemLoopIter doesn't contain those.

I propose : 
    my $branch = C4::Circulation::_GetCircControlBranch( $itemInfo , $borr);

-- 
Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA Contact for the bug.


More information about the Koha-bugs mailing list