From 666a39982533a68558ff06b1174ff94e13bd230f Mon Sep 17 00:00:00 2001 From: Tomas Cohen Arazi Date: Thu, 5 May 2016 11:28:39 -0300 Subject: [PATCH] [SIGNED-OFF] Bug 16451: Fix missisng body id in orders_by_budget.tt Content-Type: text/plain; charset="utf-8" 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 --- koha-tmpl/intranet-tmpl/prog/en/modules/reports/orders_by_budget.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/orders_by_budget.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/reports/orders_by_budget.tt index b0a9f5a..22b12d7 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/orders_by_budget.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/reports/orders_by_budget.tt @@ -3,7 +3,7 @@ Koha › Reports › Orders by fund [% INCLUDE 'doc-head-close.inc' %] - + [% INCLUDE 'header.inc' %] [% INCLUDE 'cat-search.inc' %] -- 2.1.4