From ad00c6f18100609f51718a8e03a9de9af0d80ea9 Mon Sep 17 00:00:00 2001 From: Sukhmandeep Benipal Date: Mon, 30 Sep 2024 12:17:46 -0400 Subject: [PATCH] Bug 34631: (Follow up) Changed variable name Same test plan as before just changed variable name for clarity. Signed-off-by: David Nind --- .../prog/en/modules/tools/additional-contents.tt | 6 +++--- tools/additional-contents.pl | 8 ++++---- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/additional-contents.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/additional-contents.tt index 66fb36134b..4ee51d5c25 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/additional-contents.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/additional-contents.tt @@ -237,7 +237,7 @@ [% INCLUDE 'html-customization-help.inc' %] - [% UNLESS my_branch %] + [% UNLESS my_branch_as_staff %]
  • [% END %] @@ -466,7 +466,7 @@ - [% UNLESS ( my_branch && my_branch != c.branchcode ) %] + [% UNLESS ( my_branch_as_staff && my_branch_as_staff != c.branchcode ) %]
    Edit