Skip to content

Commit

Permalink
Bug 15471 [QA Followup] - Fix error causing visibility button to not …
Browse files Browse the repository at this point in the history
…display

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

Signed-off-by: Brendan Gallagher brendan@bywatersolutions.com
  • Loading branch information
kylemhall authored and brendan1226 committed Feb 24, 2016
1 parent fdc06de commit 8e997fb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ $(document).ready(function() {
};
$('#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", {
"aaSorting": [[ 3, "asc" ]],
"aoColumns": [
Expand Down

0 comments on commit 8e997fb

Please sign in to comment.