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

--- Comment #7 from M. Tompsett <[email protected]> ---
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.
_______________________________________________
Koha-bugs mailing list
[email protected]
http://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