Bug 26675 - Typo in line 341 of process_koc.pl
Summary: Typo in line 341 of process_koc.pl
Status: CLOSED FIXED
Alias: None
Product: Koha
Classification: Unclassified
Component: Circulation (show other bugs)
Version: master
Hardware: All All
: P5 - low normal (vote)
Assignee: Jonathan Druart
QA Contact: Testopia
URL:
Keywords:
Depends on: 23463
Blocks:
  Show dependency treegraph
 
Reported: 2020-10-14 08:03 UTC by Peter Korsten
Modified: 2021-06-14 21:28 UTC (History)
4 users (show)

See Also:
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


Attachments
Bug 26675: (bug 23463 follow-up) Fix typo onloadn vs onloan (757 bytes, patch)
2020-10-14 09:18 UTC, Jonathan Druart
Details | Diff | Splinter Review

Note You need to log in before you can comment on or make changes to this bug.
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