https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27090 Christophe Croullebois <christophe.croullebois@biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |Needs Signoff CC| |christophe.croullebois@bibl | |ibre.com Assignee|oleonard@myacpl.org |christophe.croullebois@bibl | |ibre.com --- Comment #1 from Christophe Croullebois <christophe.croullebois@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.