[Koha-bugs] [Bug 7317] Add an Interlibrary Loan Module to Circulation and OPAC

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Apr 28 14:55:53 CEST 2017


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7317

--- Comment #24 from Magnus Enger <magnus at libriotech.no> ---
I think I foud a problem in Koha/Illrequest.pm, about line 646. In this block
of code: 

    # Almost there, but category code didn't quite work.
    my ( $branch_limit, $brw_limit )
        = ( $branch_rules->{count}, $brw_rules->{count} );
    my ( $branch_count, $brw_count ) = (
        $self->_limit_counter(
            $branch_rules->{method}, { branch_id => $branchcode }
        ),
        $self->_limit_counter(
            $brw_rules->{method}, { borrower_id => $patron->borrowernumber }
        ),
    );

branch_id should be branchcode, and borrower_id should be borrowernumber, I
think?

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list