[Koha-bugs] [Bug 26675] New: Typo in line 341 of process_koc.pl

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Oct 14 10:03:07 CEST 2020


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

            Bug ID: 26675
           Summary: Typo in line 341 of process_koc.pl
 Change sponsored?: ---
           Product: Koha
           Version: 20.05
          Hardware: All
                OS: All
            Status: NEW
          Severity: minor
          Priority: P5 - low
         Component: Circulation
          Assignee: koha-bugs at lists.koha-community.org
          Reporter: pkpublic at severity-one.com
        QA Contact: testopia at bugs.koha-community.org
                CC: gmcharlt at gmail.com, kyle.m.hall at gmail.com

Line 341 of process_koc.pl is as follows:

    $item->onloadn(undef)->store;

This should instead be:

    $item->onloan(undef)->store;

This was introduced by bug 23463.

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


More information about the Koha-bugs mailing list