| Summary: | Use Koha::Account->lines from Koha::Account | ||
|---|---|---|---|
| Product: | Koha | Reporter: | Jonathan Druart <jonathan.druart> |
| Component: | Architecture, internals, and plumbing | Assignee: | Jonathan Druart <jonathan.druart> |
| Status: | CLOSED FIXED | QA Contact: | Testopia <testopia> |
| Severity: | enhancement | ||
| Priority: | P5 - low | CC: | martin.renvoize, nick, tomascohen |
| Version: | Main | ||
| 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: | ||
| Circulation function: | |||
| Bug Depends on: | 21673, 21681, 21694 | ||
| Bug Blocks: | |||
| Attachments: |
Bug 21696: Use Koha::Account->lines from Koha::Account
Bug 21696: Use Koha::Account->lines from Koha::Account Bug 21696: Use Koha::Account->lines from Koha::Account |
||
|
Description
Jonathan Druart
2018-10-26 18:49:54 UTC
Created attachment 81332 [details] [review] Bug 21696: Use Koha::Account->lines from Koha::Account There is now Koha::Account->lines, we should use it instead of Koha::Account::Lines->search Created attachment 81333 [details] [review] Bug 21696: Use Koha::Account->lines from Koha::Account There is now Koha::Account->lines, we should use it instead of Koha::Account::Lines->search Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> No brainer, works as expected :) Signing Off Created attachment 81359 [details] [review] Bug 21696: Use Koha::Account->lines from Koha::Account There is now Koha::Account->lines, we should use it instead of Koha::Account::Lines->search Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> Awesome work all! Pushed to master for 18.11 Enhancement, will not be backported to 18.05.x series. |