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@lists.koha-community.org Reporter: pkpublic@severity-one.com QA Contact: testopia@bugs.koha-community.org CC: gmcharlt@gmail.com, kyle.m.hall@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.