From 238bee12b2c314d95f27d0202107e3b32bbde6cb Mon Sep 17 00:00:00 2001 From: Emily Lamancusa Date: Tue, 29 Jul 2025 13:44:04 -0400 Subject: [PATCH] Bug 40535: (QA follow-up) Remove unused category field from edit page This field is outdated and will never display. It should be removed. Signed-off-by: Emily Lamancusa --- .../prog/en/modules/admin/branches.tt | 20 ------------------- 1 file changed, 20 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 8ba7d08a96..828c5225fe 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/branches.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/branches.tt @@ -163,26 +163,6 @@
Required
- [% IF categories %] -
Group(s): - [% FOREACH category IN categories %] -
-
- -
-
- [% IF category and selected_categorycodes.grep(category.categorycode).size %] - - [% ELSE %] - - [% END %] -
-
[% category.codedescription | html %]
-
- [% END %] -
- [% END %]
-- 2.39.5