| Summary: | Typo in line 341 of process_koc.pl | ||
|---|---|---|---|
| Product: | Koha | Reporter: | Peter Korsten <pkpublic> |
| Component: | Circulation | Assignee: | Jonathan Druart <jonathan.druart> |
| Status: | CLOSED FIXED | QA Contact: | Testopia <testopia> |
| Severity: | normal | ||
| Priority: | P5 - low | CC: | aleisha, gmcharlt, jonathan.druart, kyle |
| Version: | Main | ||
| Hardware: | All | ||
| OS: | All | ||
| GIT URL: | Initiative type: | --- | |
| Sponsorship status: | --- | Crowdfunding goal: | 0 |
| Patch complexity: | --- | Documentation contact: | |
| Documentation submission: | Text to go in the release notes: | ||
| Version(s) released in: |
20.11.00, 20.05.06
|
Circulation function: | |
| Bug Depends on: | 23463 | ||
| Bug Blocks: | |||
| Attachments: | Bug 26675: (bug 23463 follow-up) Fix typo onloadn vs onloan | ||
Created attachment 111583 [details] [review] Bug 26675: (bug 23463 follow-up) Fix typo onloadn vs onloan Pushed to master for 20.11.00 Thanks for reporting this one, Peter! missing dependencies, not backported to 19.11.x Lucas has also pushed this to 20.05.x for 20.05.06 |
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.