https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19771 --- Comment #7 from M. Tompsett <mtompset@hotmail.com> --- Comment on attachment 69837 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=69837 Bug 19771: Fix crashing in pending offline circulation actions list Review of attachment 69837: --> (https://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=19771&attachment=69837) ----------------------------------------------------------------- ::: offline_circ/list.pl @@ +50,5 @@
+ if ($item) { + my $biblio = $item->biblio; + $_->{'bibliotitle'} = $biblio->title; + $_->{'biblionumber'} = $biblio->biblionumber; + }
Uses same type of logic as $patron below. Nice. -- You are receiving this mail because: You are watching all bug changes.