From 1feace3abd3ffd2ef526c2127709d36d48b4e815 Mon Sep 17 00:00:00 2001 From: Matt Blenkinsop Date: Tue, 30 May 2023 10:06:02 +0000 Subject: [PATCH] Revert "Bug 33167: Fix TT comment for better translatability" This reverts commit 78f14f02ed173b0df62a604c8a34a11e5867e7e2. --- .../intranet-tmpl/prog/en/modules/catalogue/detail.tt | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt index 30ba337034..79cf344d4c 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt @@ -404,10 +404,11 @@ [% Branches.GetName(item.homebranch) | html %] - [%# If permanent location is defined, show description or code and %] - [%# display current location in parentheses. If not, display current location. %] - [%# Note that permanent location is a code, and location may be an authval. %] - [% IF item.permanent_location %] + [%# If permanent location is defined, show description or code and + display current location in parentheses. If not, display current location. + Note that permanent location is a code, and location may be an authval. + %] + [% IF item.permanent_location %] [% SET permloc_authval = AuthorisedValues.GetDescriptionByKohaField( kohafield => 'items.location', authorised_value => item.permanent_location ) %] [% permloc_authval | html %] [% SET item_location = AuthorisedValues.GetDescriptionByKohaField( kohafield => 'items.location', authorised_value => item.location ) %] -- 2.39.2