Bugzilla – Attachment 114709 Details for
Bug 27090
In the location column of an OPAC cart the 'In transit from' and 'to' fields are empty
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 27090: Opac basket: fix the 'In transit from' and 'to'
Bug-27090-Opac-basket-fix-the-In-transit-from-and-.patch (text/plain), 1.58 KB, created by
Victor Grousset/tuxayo
on 2020-12-27 17:36:48 UTC
(
hide
)
Description:
Bug 27090: Opac basket: fix the 'In transit from' and 'to'
Filename:
MIME Type:
Creator:
Victor Grousset/tuxayo
Created:
2020-12-27 17:36:48 UTC
Size:
1.58 KB
patch
obsolete
>From 926871f289d0417906cd3cb6e6511f6d5e746195 Mon Sep 17 00:00:00 2001 >From: Christophe Croullebois <christophe.croullebois@biblibre.com> >Date: Wed, 25 Nov 2020 11:29:40 +0100 >Subject: [PATCH] Bug 27090: Opac basket: fix the 'In transit from' and 'to' >MIME-Version: 1.0 >Content-Type: text/plain; charset=UTF-8 >Content-Transfer-Encoding: 8bit > >To see the 'In transit from' and 'to' fields in an Opac basket we have : > ><span class="item-status intransit">In transit from [% Branches.GetName( item.transfertfrom ) | html %] > to [% Branches.GetName( item.transfertto ) | html %] since [% item.transfertwhen | $KohaDates %]</span> > >But in koha-tmpl/opac-tmpl/bootstrap/en/includes/item-status.inc we have no : > >[% USE Branches %] > >This patch just corrects this lack > >Test plan: >1° find an item in a transit status or create one with this status >2° put it in an Opac basket >3° note that in the location column of the Opac basket the 'In transit from' and 'to' fields are empty. >4° apply the patch >5° check again and validate that the 2 fields are now filled > >Signed-off-by: Victor Grousset/tuxayo <victor@tuxayo.net> >--- > koha-tmpl/opac-tmpl/bootstrap/en/includes/item-status.inc | 1 + > 1 file changed, 1 insertion(+) > >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/includes/item-status.inc b/koha-tmpl/opac-tmpl/bootstrap/en/includes/item-status.inc >index 7ee2303d80..cd04f9f4a5 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/includes/item-status.inc >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/includes/item-status.inc >@@ -1,3 +1,4 @@ >+[% USE Branches %] > [% USE AuthorisedValues %] > [% SET itemavailable = 1 %] > >-- >2.29.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 27090
:
113971
|
114708
|
114709
|
114967