From f127fad2ac01686028ce2c917506ba37254bbc26 Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Tue, 13 Aug 2013 12:25:35 +0200 Subject: [PATCH] Bug 10716: the basketgroup template does not include all datatables file. Go on acqui/basketgroup.tt and verify a js error occurred (ReferenceError: CONFIG_EXCLUDE_ARTICLES_FROM_SORT is not defined). Apply the patch and verify the error does not appear anymore. --- koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basketgroup.tt | 1 + 1 file changed, 1 insertion(+) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basketgroup.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basketgroup.tt index 6bb0048..0dfd1c0 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basketgroup.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basketgroup.tt @@ -4,6 +4,7 @@ [% INCLUDE 'doc-head-close.inc' %] +[% INCLUDE 'datatables-strings.inc' %] -- 1.7.10.4