From 529dcc58e8ebda11f6d5ad76a8e2343972f6095c Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Fri, 6 Mar 2026 11:51:29 +0100 Subject: [PATCH] Bug 41604: Use visibility_condition in other places There are 3 other places where we force the visibility of columns. They must als use this new visibility_condition flag, so they are all using it. Test plan: The 3 tables are: 1. basket with the columns edifact, modify, cancel 2. hold history with the column itemtype 3. batch edit patron with the columns checkbox, password expiration, protected --- .../prog/en/modules/acqui/basket.tt | 22 +++++-------------- .../prog/en/modules/members/holdshistory.tt | 7 +----- .../prog/en/modules/tools/modborrowers.tt | 15 ++++--------- 3 files changed, 11 insertions(+), 33 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 9e80209ae7d..bdc78134a94 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tt @@ -1406,28 +1406,18 @@