From ebe43b09be78a7731d46efcb3a3bfcaa2134d424 Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Mon, 28 Apr 2014 19:52:29 +0200 Subject: [PATCH] Bug 11578: QA follow-up This patch removes the error raised by tt_valid FAIL koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbudgets.tt FAIL tt_valid lines 310 Actually, it fails because translate script does not match strings in attribute value. In this case, we don't want to translate. This fix is not necessary. This patch also adds the licence for the new jQuery treetable plugin. --- koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbudgets.tt | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbudgets.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbudgets.tt index 880ce2e..6d2703c 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbudgets.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbudgets.tt @@ -307,7 +307,11 @@ var MSG_PARENT_BENEATH_BUDGET = "- " + _("New budget-parent is beneath budget") [% FOREACH budget IN budgets %] - + [% IF budget.budget_parent_id %] + + [% ELSE %] + + [% END %] [% budget.budget_period_active %] Budget [% budget.budget_period_description %] [% budget.budget_code_indent %] -- 1.7.10.4