Bug 26675

Summary: Typo in line 341 of process_koc.pl
Product: Koha Reporter: Peter Korsten <pkpublic>
Component: CirculationAssignee: Jonathan Druart <jonathan.druart>
Status: CLOSED FIXED QA Contact: Testopia <testopia>
Severity: normal    
Priority: P5 - low CC: aleisha, gmcharlt, jonathan.druart, kyle.m.hall
Version: master   
Hardware: All   
OS: All   
Change sponsored?: --- Patch complexity: ---
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
20.11.00, 20.05.06
Bug Depends on: 23463    
Bug Blocks:    
Attachments: Bug 26675: (bug 23463 follow-up) Fix typo onloadn vs onloan

Description Peter Korsten 2020-10-14 08:03:07 UTC
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.
Comment 1 Jonathan Druart 2020-10-14 09:18:12 UTC
Created attachment 111583 [details] [review]
Bug 26675: (bug 23463 follow-up) Fix typo onloadn vs onloan
Comment 2 Jonathan Druart 2020-10-14 12:57:25 UTC
Pushed to master for 20.11.00

Thanks for reporting this one, Peter!
Comment 3 Aleisha Amohia 2020-11-17 03:46:27 UTC
missing dependencies, not backported to 19.11.x
Comment 4 Aleisha Amohia 2020-11-17 20:34:02 UTC
Lucas has also pushed this to 20.05.x for 20.05.06