| Summary: | C4::Output uses C4::Budgets | ||
|---|---|---|---|
| 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: | normal | ||
| Priority: | P5 - low | CC: | tomascohen |
| Version: | 3.18 | ||
| Hardware: | All | ||
| OS: | All | ||
| GIT URL: | Initiative type: | --- | |
| Sponsorship status: | --- | Comma delimited list of Sponsors: | |
| Crowdfunding goal: | 0 | Patch complexity: | Small patch |
| Documentation contact: | Documentation submission: | ||
| Text to go in the release notes: | Version(s) released in: | ||
| Circulation function: | |||
| Bug Depends on: | 12844 | ||
| Bug Blocks: | |||
| Attachments: |
Bug 13684: C4::Budgets should not be used in C4::Output
[SIGNED OFF] Bug 13684: C4::Budgets should not be used in C4::Output [PASSED QA] Bug 13684: C4::Budgets should not be used in C4::Output |
||
|
Description
Jonathan Druart
2015-02-09 16:44:44 UTC
Created attachment 35757 [details] [review] Bug 13684: C4::Budgets should not be used in C4::Output Bug 12844 removed the call to C4::Budgets::GetCurrency. The use of this module can be completely removed from C4::Output. Created attachment 35758 [details] [review] [SIGNED OFF] Bug 13684: C4::Budgets should not be used in C4::Output Bug 12844 removed the call to C4::Budgets::GetCurrency. The use of this module can be completely removed from C4::Output. Signed-off-by: Tomas Cohen Arazi <tomascohen@gmail.com> It makes sense and no runtime errors found. Created attachment 35920 [details] [review] [PASSED QA] Bug 13684: C4::Budgets should not be used in C4::Output Bug 12844 removed the call to C4::Budgets::GetCurrency. The use of this module can be completely removed from C4::Output. Signed-off-by: Tomas Cohen Arazi <tomascohen@gmail.com> It makes sense and no runtime errors found. Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> Patch pushed to master. Thanks Jonathan! |