From 0e542520aa9aae5bc53e7517021c2cc492df29e7 Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Mon, 13 Oct 2025 14:12:34 +0200 Subject: [PATCH] Bug 40982: Enable bKohaColumnsUseNames for libraries We want to add Cypress test for the force_visibility flag. We do not test the basket table: the acq module will be rewritten --- .../prog/en/modules/admin/branches.tt | 23 ++++++++++--------- 1 file changed, 12 insertions(+), 11 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/branches.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/branches.tt index 828c5225fe3..89dc574b46e 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/branches.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/branches.tt @@ -539,16 +539,16 @@ - - - - - - - - - - + + + + + + + + + +
NameCodeAddressMARC organization codeIPPickup locationPublicSMTP serverLibrary hoursActionsNameCodeAddressMARC organization codeIPPickup locationPublicSMTP serverLibrary hoursActions
@@ -941,7 +941,8 @@ "searchable": false, "orderable": false }, - ] + ], + bKohaColumnsUseNames: true, }, table_settings); [% UNLESS library %] -- 2.34.1