Bug 15471 [QA Followup] - Revert use of raw method which is no longer used do to the reversion of bug 13618
Revert "Bug 15471 [QA Followup] - Fix error causing visibility button to not display"
This reverts commit 8e997fbafc
.
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
This commit is contained in:
parent
447b1ea939
commit
5f5a7ffaf8
1 changed files with 1 additions and 1 deletions
|
@ -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').raw %];
|
||||
var columns_settings = [% ColumnsSettings.GetColumns('circ', 'view_holdsqueue', 'holds-table', 'json') %];
|
||||
var holdst = KohaTable("#holdst", {
|
||||
"aaSorting": [[ 3, "asc" ]],
|
||||
"aoColumns": [
|
||||
|
|
Loading…
Reference in a new issue