From 5bce7281f58f416ae4ece4032072490bd66085f6 Mon Sep 17 00:00:00 2001 From: David Roberts Date: Tue, 12 May 2020 09:56:28 +0000 Subject: [PATCH] Bug 25462: Shelving location should be on a new line in holdings table This patch moves the shelving location a new line after the Home library in the holdings table. To test: 1) Assign a shelving location with a long description to an item. 2) See that it displays on the same line as the Home Library in /cgi-bin/koha/catalogue/detail.pl 3) Apply the patch 4) Check that the shelving location is now on a new line --- koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt | 1 + 1 file changed, 1 insertion(+) 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 071aa8b078..0582d20ecf 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt @@ -275,6 +275,7 @@ [% UNLESS ( singlebranchmode ) %][% Branches.GetName( item.branchcode ) | html %] [% END %] [% Branches.GetName(item.homebranch) | html %] +