@@ -, +, @@ --- koha-tmpl/intranet-tmpl/prog/js/checkouts.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/koha-tmpl/intranet-tmpl/prog/js/checkouts.js +++ a/koha-tmpl/intranet-tmpl/prog/js/checkouts.js @@ -416,7 +416,7 @@ $(document).ready(function() { } }, { - "bVisible": exports_enabled ? true : false, + "bVisible": exports_enabled == 1 ? true : false, "bSortable": false, "mDataProp": function ( oObj ) { var s = ""; --