From 4955663f87529f80f936b83bc0cacb6e15ebcbe4 Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Fri, 20 Sep 2013 10:42:47 +0200 Subject: [PATCH] Bug 10651 - Followup Use new DataTables include in administration templates The aqbudgets.tt needs to use the include file too. Signed-off-by: Jonathan Druart --- koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbudgets.tt | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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 82a6647..0c62416 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbudgets.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbudgets.tt @@ -146,9 +146,7 @@ var MSG_PARENT_BENEATH_BUDGET = "- " + _("New budget-parent is beneath budget") [% ELSE %] [% IF ( notree ) %] - - [% INCLUDE 'datatables-strings.inc' %] - + [% INCLUDE 'datatables.inc' %] [% ELSE %] -- 1.7.10.4