From a84ed0a1e919be808b5bc8100db1be01a477a4a4 Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Fri, 10 Oct 2025 12:08:16 +0200 Subject: [PATCH] Bug 40982: Remove cannot_be_toggled for modify and cancel It's already set in the global config. However it does make sense to have it for supplier_report: you don't want to show it in the dropdown if the pref is off Signed-off-by: Slava Shishkin --- koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tt | 2 -- 1 file changed, 2 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tt index f54610f2106..eb8ae5ff425 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tt @@ -1282,7 +1282,6 @@ modify_column.is_hidden = 0; [% ELSE %] modify_column.is_hidden = 1; - modify_column.cannot_be_toggled = 1; [% END %] modify_column.force_visibility = 1; @@ -1291,7 +1290,6 @@ cancel_column.is_hidden = 0; [% ELSE %] cancel_column.is_hidden = 1; - cancel_column.cannot_be_toggled = 1; [% END %] cancel_column.force_visibility = 1; -- 2.51.0