From b7989d6212d22719f5c867a011bb1644c2e8ef5f Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Tue, 5 Nov 2013 17:58:17 +0100 Subject: [PATCH] Bug 11204: pendingreserves should use datatables.inc Content-Type: text/plain; charset=utf-8 A JS error occurs on the pending reserves pages: ReferenceError: CONFIG_EXCLUDE_ARTICLES_FROM_SORT is not defined if(CONFIG_EXCLUDE_ARTICLES_FROM_SORT){ Test plan: Apply the patch and verify the error does not appear anymore. Signed-off-by: Brendan Gallagher Signed-off-by: Marcel de Rooy --- .../prog/en/modules/circ/pendingreserves.tt | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/pendingreserves.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/pendingreserves.tt index 18b3db3..c14c165 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/pendingreserves.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/pendingreserves.tt @@ -4,8 +4,7 @@ [% INCLUDE 'calendar.inc' %] - - +[% INCLUDE 'datatables.inc' %]