Bug 16451

Summary: Fix missing body id in orders_by_budget.tt
Product: Koha Reporter: Tomás Cohen Arazi (tcohen) <tomascohen>
Component: TemplatesAssignee: 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: Change sponsored?: ---
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
To reproduce:

- Run:
  $ prove xt/tt_valid.t
=> FAIL: Tests fail on orders_by_budget.tt
Comment 1 Tomás Cohen Arazi (tcohen) 2016-05-05 14:31:14 UTC Comment hidden (obsolete)
Comment 2 Owen Leonard 2016-05-05 14:47:14 UTC Comment hidden (obsolete)
Comment 3 Katrin Fischer 2016-05-05 22:10:48 UTC
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>
Comment 4 Brendan Gallagher 2016-05-06 03:48:35 UTC
Pushed To Master - Should be in the May 2016 Release.  Thanks!
Comment 5 Julian Maurice 2016-05-16 09:38:46 UTC
Not needed in stable versions, status changed to RESOLVED