From 6d9b8ed89a6207c394c2f04c292df84785d8cf53 Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Tue, 1 Feb 2022 16:38:15 +0100 Subject: [PATCH] Bug 29832: Use KohaTable NoSort is defined in KohaTable Also add noExport Signed-off-by: Jonathan Druart --- .../intranet-tmpl/prog/en/modules/admin/desks.tt | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/desks.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/desks.tt index 5e91dffc1bc..2043f68603a 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/desks.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/desks.tt @@ -180,7 +180,7 @@ Desk ID Desk Library - Action + Action @@ -217,14 +217,12 @@ [% MACRO jsinclude BLOCK %] [% Asset.js("js/admin-menu.js") | $raw %] [% INCLUDE 'datatables.inc' %] + [% INCLUDE 'columns_settings.inc' %] [% END %] -- 2.25.1