From 783ead4edb2bf5b20f6a5b92b7e1372ac08c5b4a Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Tue, 5 Nov 2013 17:58:17 +0100 Subject: [PATCH] Bug 11204: make pendingreserves use datatables.inc A JS error occurs on the pending reserves (holds to pull) page: 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 Signed-off-by: Galen Charlton --- .../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 18b3db3122..c14c165204 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' %]