From fc0292195bc9d85159dbd5fae6cfaf57f7d55115 Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Mon, 25 May 2020 10:25:52 +0200 Subject: [PATCH] Bug 22630: Display correct "in storage" value Signed-off-by: Jonathan Druart --- .../prog/en/modules/course_reserves/course-details.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/course_reserves/course-details.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/course_reserves/course-details.tt index f5219292e0..56cb7b9780 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/course_reserves/course-details.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/course_reserves/course-details.tt @@ -164,7 +164,7 @@ [% IF cr.course_item.enabled == 'yes' %] [% Branches.GetName( cr.item.homebranch ) | html %] [% IF cr.item.homebranch %] - ([% Branches.GetName( cr.course_item.homebranch ) | html %]) + ([% Branches.GetName( cr.course_item.homebranch_storage ) | html %]) [% END %] [% ELSE %] [% Branches.GetName( cr.course_item.homebranch ) | html %] -- 2.39.2