https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38954 --- Comment #1 from Jonathan Druart <jonathan.druart@gmail.com> --- Created attachment 176946 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=176946&action=edit Bug 38954: Hide checkout type using colvis This is not the correct way to hide a column, we should use the DT's column visibility plugin. Test plan: Have some checkouts for a patron, go to the checkout history page Without this patch notice the "shift" => the table does not take the whole available width. Apply this patch, restart_all, remove localStorage entries => The table is now displayed properly You can also play with on-site checkouts. Before: https://snipboard.io/uTWYit.jpg https://snipboard.io/qxZE35.jpg After: https://snipboard.io/2L0F3Q.jpg -- You are receiving this mail because: You are watching all bug changes.