From a6fa834ab75d15d74dcd26d54c98b5d7194bbccd Mon Sep 17 00:00:00 2001 From: Lucas Gass Date: Tue, 4 Mar 2025 22:56:35 +0000 Subject: [PATCH] Bug 39244: Fix display of change password/duplicate buttons To test: 1. Make or find some patron categoies that are not adult category type. 2. On patron pages notice that the Change password and duplicate buttons are missing from the toolbar. 3. APPLY PATCH 4. Try again, this time the pChange password and duplicate buttons should appear. 5. Make sure the 'Add guarantee' buttons still work. --- koha-tmpl/intranet-tmpl/prog/en/includes/members-toolbar.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/members-toolbar.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/members-toolbar.inc index 61e96355da9..c40f34ebceb 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/includes/members-toolbar.inc +++ b/koha-tmpl/intranet-tmpl/prog/en/includes/members-toolbar.inc @@ -30,9 +30,9 @@ [% ELSE %] Add guarantee [% END %] - Change password - Duplicate [% END %] + Change password + Duplicate [% END %] [% IF CAN_user_circulate_circulate_remaining_permissions %] -- 2.39.5