Bugzilla – Attachment 104746 Details for
Bug 25462
Shelving location should be on a new line in holdings table
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 25462: Shelving location should be on a new line in holdings table
Bug-25462-Shelving-location-should-be-on-a-new-lin.patch (text/plain), 1.51 KB, created by
David Roberts
on 2020-05-12 10:01:42 UTC
(
hide
)
Description:
Bug 25462: Shelving location should be on a new line in holdings table
Filename:
MIME Type:
Creator:
David Roberts
Created:
2020-05-12 10:01:42 UTC
Size:
1.51 KB
patch
obsolete
>From 5bce7281f58f416ae4ece4032072490bd66085f6 Mon Sep 17 00:00:00 2001 >From: David Roberts <david@koha-ptfs.co.uk> >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 @@ > <td class="location">[% UNLESS ( singlebranchmode ) %][% Branches.GetName( item.branchcode ) | html %] [% END %]</td> > <td class="homebranch"> > <span class="homebranchdesc">[% Branches.GetName(item.homebranch) | html %]</span> >+ <br /> > <span class="shelvingloc"> > <!-- > If permanent location is defined, show description or code and display current location in parentheses. If not, display current location. >-- >2.11.0
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 25462
:
104746
|
104772
|
104773
|
112996
|
112997
|
112998
|
113092
|
114770
|
114771
|
114772
|
114773