@@ -, +, @@ different home libraries. (gear icon). table. You cannot. button, it should work. are still properly hidden and the Columns tool works colums can properly hide. --- koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt @@ -1373,7 +1373,7 @@ Note that permanent location is a code, and location may be an authval. for (var i in ids) { var id = ids[i]; if ( !has_images[i] ) { // remove the cover_image column - table_settings.splice(1,1); + table_settings[i].columns.splice(1,1); } var dt_parameters = { 'sDom': 't', --