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

Christophe Croullebois <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |Needs Signoff
                 CC|                            |christophe.croullebois@bibl
                   |                            |ibre.com
           Assignee|[email protected]         |christophe.croullebois@bibl
                   |                            |ibre.com

--- Comment #1 from Christophe Croullebois 
<[email protected]> ---
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.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to