From 96c01d72069dba13a8d19ce128309248a4d3e0a9 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 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 --- koha-tmpl/intranet-tmpl/prog/en/modules/circ/pendingreserves.tt | 3 +-- 1 file changed, 1 insertion(+), 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' %]