| Summary: | "Pay selected" is broken | ||
|---|---|---|---|
| Product: | Koha | Reporter: | Katrin Fischer <katrin.fischer> |
| Component: | Fines and fees | Assignee: | Martin Renvoize (ashimema) <martin.renvoize> |
| Status: | CLOSED FIXED | QA Contact: | Testopia <testopia> |
| Severity: | critical | ||
| Priority: | P5 - low | CC: | martin.renvoize, tomascohen |
| Version: | Main | ||
| Hardware: | All | ||
| OS: | All | ||
| GIT URL: | Initiative type: | --- | |
| Sponsorship status: | --- | Crowdfunding goal: | 0 |
| Patch complexity: | Trivial patch | Documentation contact: | |
| Documentation submission: | Text to go in the release notes: | ||
| Version(s) released in: |
19.11.00
|
Circulation function: | |
| Bug Depends on: | 23788 | ||
| Bug Blocks: | |||
| Attachments: |
Bug 24100: (bug 23788 follow-up) Capitalization correction
Bug 24100: (bug 23788 follow-up) Capitalization correction |
||
|
Description
Katrin Fischer
2019-11-24 20:39:58 UTC
Not sure how `koha::account::lines` crept it.. when I QA'd the relevant bug it was `Koha::Account::Lines`.. perhaps a subsequent rebase.. Just testing a fix now. Created attachment 95779 [details] [review] Bug 24100: (bug 23788 follow-up) Capitalization correction Correct the capitalization of the class name introduced in bug 23788. Test plan: 1) Prior to patch attempt to 'pay off selected' - Note a server error 2) Apply patch 3) Attempt to 'pay off selected' - Note it now works as expected. 4) Signoff Created attachment 95788 [details] [review] Bug 24100: (bug 23788 follow-up) Capitalization correction Correct the capitalization of the class name introduced in bug 23788. Test plan: 1) Prior to patch attempt to 'pay off selected' - Note a server error 2) Apply patch 3) Attempt to 'pay off selected' - Note it now works as expected. 4) Signoff Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> Trivial typo fix, skipping QA step. Nice work! Pushed to master for 19.11.00 |