https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27137 Bug ID: 27137 Summary: Move item doesn't show the title of the target record Change sponsored?: --- Product: Koha Version: 20.05 Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Cataloging Assignee: koha-bugs@lists.koha-community.org Reporter: aleisha@catalyst.net.nz QA Contact: testopia@bugs.koha-community.org CC: m.de.rooy@rijksmuseum.nl Bug 11529 added this change to cataloguing/moveitem.pl my $biblio = Koha::Biblios->find( $biblionumber ); -$template->param(bibliotitle => $biblio->title); +$template->param(biblio => $biblio); But the template was not updated so it still tries to access the bibliotitle variable <div class="dialog message">The item has successfully been attached to [% INCLUDE 'biblio-default-view.inc' %]<i>[% bibliotitle | html %]</i></a>. Which no longer exists. So when the item is successfully moved, no biblio title is shown. This bug exists in 19.11 and 20.05 but not 20.11. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.