| Summary: | Fix missing body id in orders_by_budget.tt | ||
|---|---|---|---|
| Product: | Koha | Reporter: | Tomás Cohen Arazi (tcohen) <tomascohen> |
| Component: | Templates | Assignee: | Tomás Cohen Arazi (tcohen) <tomascohen> |
| Status: | CLOSED FIXED | QA Contact: | Testopia <testopia> |
| Severity: | normal | ||
| Priority: | P5 - low | CC: | brendan, julian.maurice, veron |
| 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: | 11371 | ||
| Bug Blocks: | |||
| Attachments: |
Bug 16451: Fix missisng body id in orders_by_budget.tt
[SIGNED-OFF] Bug 16451: Fix missisng body id in orders_by_budget.tt [PASSED QA] Bug 16451: Fix missisng body id in orders_by_budget.tt |
||
|
Description
Tomás Cohen Arazi (tcohen)
2016-05-05 14:27:58 UTC
Created attachment 51239 [details] [review] Bug 16451: Fix missisng body id in orders_by_budget.tt Bug 11371 introduced a new template, which fails the xt/tt_valid.t tests. To test: - On master, run: $ prove xt/tt_valid.t => FAIL: Tests fail on orders_by_budget.tt - Apply the patch - Run $ prove xt/tt_valid.t => SUCCESS: Tests don't fail on orders_by_budget.tt - Sign off Created attachment 51242 [details] [review] [SIGNED-OFF] Bug 16451: Fix missisng body id in orders_by_budget.tt Bug 11371 introduced a new template, which fails the xt/tt_valid.t tests. To test: - On master, run: $ prove xt/tt_valid.t => FAIL: Tests fail on orders_by_budget.tt - Apply the patch - Run $ prove xt/tt_valid.t => SUCCESS: Tests don't fail on orders_by_budget.tt - Sign off Signed-off-by: Owen Leonard <oleonard@myacpl.org> Created attachment 51267 [details] [review] [PASSED QA] Bug 16451: Fix missisng body id in orders_by_budget.tt Bug 11371 introduced a new template, which fails the xt/tt_valid.t tests. To test: - On master, run: $ prove xt/tt_valid.t => FAIL: Tests fail on orders_by_budget.tt - Apply the patch - Run $ prove xt/tt_valid.t => SUCCESS: Tests don't fail on orders_by_budget.tt - Sign off Signed-off-by: Owen Leonard <oleonard@myacpl.org> Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> Pushed To Master - Should be in the May 2016 Release. Thanks! Not needed in stable versions, status changed to RESOLVED |