Bug 15471 [QA Followup] - Fix error causing visibility button to not display

Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>

Signed-off-by: Brendan Gallagher brendan@bywatersolutions.com
This commit is contained in:
Kyle Hall 2016-02-04 22:13:55 +00:00 committed by Brendan Gallagher
parent fdc06dec2a
commit 8e997fbafc

View file

@ -27,7 +27,7 @@ $(document).ready(function() {
}; };
$('#holdst thead input').on('change keyup keydown', filterColumn); $('#holdst thead input').on('change keyup keydown', filterColumn);
var columns_settings = [% ColumnsSettings.GetColumns('circ', 'view_holdsqueue', 'holds-table', 'json') %]; var columns_settings = [% ColumnsSettings.GetColumns('circ', 'view_holdsqueue', 'holds-table', 'json').raw %];
var holdst = KohaTable("#holdst", { var holdst = KohaTable("#holdst", {
"aaSorting": [[ 3, "asc" ]], "aaSorting": [[ 3, "asc" ]],
"aoColumns": [ "aoColumns": [