Bugzilla – Attachment 163185 Details for
Bug 35934
Items in transit show as both in-transit and Available on holdings list
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 35934: Correct missed case of switching items.transfer to transfer in detail.tt
Bug-35934-Correct-missed-case-of-switching-itemstr.patch (text/plain), 1.89 KB, created by
Marcel de Rooy
on 2024-03-15 10:03:21 UTC
(
hide
)
Description:
Bug 35934: Correct missed case of switching items.transfer to transfer in detail.tt
Filename:
MIME Type:
Creator:
Marcel de Rooy
Created:
2024-03-15 10:03:21 UTC
Size:
1.89 KB
patch
obsolete
>From a8d9d19ccc8da163f2bb597f598cf2bce3d38c00 Mon Sep 17 00:00:00 2001 >From: Emily Lamancusa <emily.lamancusa@montgomerycountymd.gov> >Date: Mon, 29 Jan 2024 15:25:19 -0500 >Subject: [PATCH] Bug 35934: Correct missed case of switching items.transfer to > transfer in detail.tt >Content-Type: text/plain; charset=utf-8 > >To test: >1. Put an item with no holds/recalls in transit (manually or by checking > it in at a branch other than its homebranch to trigger a ReturnToHome) >2. Go to the item's bib record >--> Note that the item's status will display as something like, > "In transit from X to Y since 01/29/2024 Available" >3. Apply patch and refresh the page >--> Note that item now shows only the transit status, but not "Available" > >Signed-off-by: Lucas Gass <lucas@bywatersolutions.com> > >Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >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 9124612b81..993f67fdcb 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt >@@ -553,7 +553,7 @@ > [% END %] > [% END %] > >- [% UNLESS ( item.notforloan || item.itemtype.notforloan || item.onloan || item.itemlost || item.withdrawn || item.damaged || item.transfer || hold || ( Koha.Preference('UseRecalls') && recall ) ) %] >+ [% UNLESS ( item.notforloan || item.itemtype.notforloan || item.onloan || item.itemlost || item.withdrawn || item.damaged || transfer || hold || ( Koha.Preference('UseRecalls') && recall ) ) %] > <div class="item_status available">Available</div> > [% END %] > >-- >2.30.2
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 35934
:
161615
|
161698
| 163185