Bugzilla – Attachment 160550 Details for
Bug 35696
Transit status not properly updated for items advanced in Stock Rotation tool
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 35696: Fix regression caused by bug 33167
Bug-35696-Fix-regression-caused-by-bug-33167.patch (text/plain), 1.77 KB, created by
Lucas Gass (lukeg)
on 2024-01-04 16:44:19 UTC
(
hide
)
Description:
Bug 35696: Fix regression caused by bug 33167
Filename:
MIME Type:
Creator:
Lucas Gass (lukeg)
Created:
2024-01-04 16:44:19 UTC
Size:
1.77 KB
patch
obsolete
>From f501746705d3438008b5dad7f69935ef66709c35 Mon Sep 17 00:00:00 2001 >From: Martin Renvoize <martin.renvoize@ptfs-europe.com> >Date: Thu, 4 Jan 2024 16:25:35 +0000 >Subject: [PATCH] Bug 35696: Fix regression caused by bug 33167 > >A case was missed when switching from item.transfer.field to just >transfer.field. > >This meant that the daterequested date wasn't getting filled properly in >the UI. > >Signed-off-by: Lucas Gass <lucas@bywatersolutions.com> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt | 3 +-- > 1 file changed, 1 insertion(+), 2 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 05da5acf56..19d15b726d 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt >@@ -489,8 +489,7 @@ > [% IF (transfer.datesent) %] > <span class="intransit">In transit from [% Branches.GetName( transfer.frombranch ) | html %] to [% Branches.GetName( transfer.tobranch ) | html %] since [% transfer.datesent | $KohaDates %]</span> > [% ELSE %] >- <span class="transitrequested">Transit pending from [% Branches.GetName( transfer.frombranch ) | html %] to [% Branches.GetName( transfer.tobranch ) | html %] since [% item.transfer.daterequested | $KohaDates %]</span> >- >+ <span class="transitrequested">Transit pending from [% Branches.GetName( transfer.frombranch ) | html %] to [% Branches.GetName( transfer.tobranch ) | html %] since [% transfer.daterequested | $KohaDates %]</span> > [% END %] > [% 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 35696
:
160507
|
160548
|
160549
| 160550