[Koha-bugs] [Bug 19771] Pending offline circulation actions page will crash on unknown barcode or on payment action

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Jan 18 15:08:08 CET 2018


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

--- Comment #7 from M. Tompsett <mtompset at 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.


More information about the Koha-bugs mailing list