| Summary: | Checkout page - Can't locate object method "search" via package "Koha::Account::DebitTypes" | ||
|---|---|---|---|
| Product: | Koha | Reporter: | Jonathan Druart <jonathan.druart> |
| Component: | Circulation | Assignee: | Jonathan Druart <jonathan.druart> |
| Status: | CLOSED FIXED | QA Contact: | Martin Renvoize (ashimema) <martin.renvoize> |
| Severity: | blocker | ||
| Priority: | P5 - low | CC: | 1joynelson, gmcharlt, kyle, martin.renvoize |
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | All | ||
| GIT URL: | Initiative type: | --- | |
| Sponsorship status: | --- | Comma delimited list of Sponsors: | |
| Crowdfunding goal: | 0 | Patch complexity: | Trivial patch |
| Documentation contact: | Documentation submission: | ||
| Text to go in the release notes: | Version(s) released in: |
20.05.00, 19.11.03
|
|
| Circulation function: | |||
| Bug Depends on: | 23049 | ||
| Bug Blocks: | |||
| Attachments: |
Bug 24542: (bug 23049 follow-up) Add missing use statement in Koha::Account
Bug 24542: (bug 23049 follow-up) Add missing use statement in Koha::Account |
||
|
Description
Jonathan Druart
2020-01-30 09:49:12 UTC
Created attachment 98142 [details] [review] Bug 24542: (bug 23049 follow-up) Add missing use statement in Koha::Account Fix the following error when an item is checked out and that ManInvInNoissuesCharge is turned off: Can't locate object method "search" via package "Koha::Account::DebitTypes" Test plan: 0/ Turn off ManInvInNoissuesCharge 1/ Check an item out Created attachment 98144 [details] [review] Bug 24542: (bug 23049 follow-up) Add missing use statement in Koha::Account Fix the following error when an item is checked out and that ManInvInNoissuesCharge is turned off: Can't locate object method "search" via package "Koha::Account::DebitTypes" Test plan: 0/ Turn off ManInvInNoissuesCharge 1/ Check an item out Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> Yikes, going straight for a QA on this one.. very trivial patch. Nice work everyone! Pushed to master for 20.05 Pushed to 19.11.x branch for 19.11.03 |