Bug 11204

Summary: pendingreserves should use datatables.inc
Product: Koha Reporter: Jonathan Druart <jonathan.druart>
Component: Architecture, internals, and plumbingAssignee: Galen Charlton <gmcharlt>
Status: CLOSED FIXED QA Contact: Marcel de Rooy <m.de.rooy>
Severity: normal    
Priority: P5 - low CC: m.de.rooy
Version: 3.14   
Hardware: All   
OS: All   
Change sponsored?: --- Patch complexity: Trivial patch
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
Circulation function:
Attachments: Bug 11204: pendingreserves should use datatables.inc
Bug 11204: pendingreserves should use datatables.inc
Bug 11204: pendingreserves should use datatables.inc

Description Jonathan Druart 2013-11-05 16:58:07 UTC
A JS error occurs on the pending reserves pages:

ReferenceError: CONFIG_EXCLUDE_ARTICLES_FROM_SORT is not defined
if(CONFIG_EXCLUDE_ARTICLES_FROM_SORT){
Comment 1 Jonathan Druart 2013-11-05 16:59:30 UTC Comment hidden (obsolete)
Comment 2 Brendan Gallagher 2013-11-06 05:45:19 UTC Comment hidden (obsolete)
Comment 3 Marcel de Rooy 2013-11-06 15:31:50 UTC
Created attachment 22754 [details] [review]
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 <brendan@bywatersolutions.com>

Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
Comment 4 Galen Charlton 2013-11-06 15:36:01 UTC
Pushed to master and 3.14.x.  Thanks, Jonathan!