[Koha-bugs] [Bug 27090] In the location column of an Opac basket the 'In transit from' and 'to' fields are empty

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Nov 25 11:40:52 CET 2020


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27090

Christophe Croullebois <christophe.croullebois at biblibre.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |Needs Signoff
                 CC|                            |christophe.croullebois at bibl
                   |                            |ibre.com
           Assignee|oleonard at myacpl.org         |christophe.croullebois at bibl
                   |                            |ibre.com

--- Comment #1 from Christophe Croullebois <christophe.croullebois at biblibre.com> ---
Created attachment 113971
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=113971&action=edit
in an Opac basket enables the 'In  transit from' and 'to' fields to be
displayed

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

Thx

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list