[Koha-bugs] [Bug 16522] Add 773 (Host item entry) to the cart and list displays and e-mails

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon May 9 14:45:51 CEST 2022


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

--- Comment #12 from Martin Renvoize <martin.renvoize at ptfs-europe.com> ---
Comment on attachment 133509
  --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=133509
Bug 16522: Adding 773 to cart and list displays and emails

Review of attachment 133509:
 --> (https://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=16522&attachment=133509)
-----------------------------------------------------------------

::: Koha/Biblio.pm
@@ +1099,5 @@
> +    my @host_item_entries = $record->field('773');
> +
> +    return ( @host_item_entries > 0 ) ? \@host_item_entries : undef;
> +}
> +

Should we be using 'get_marc_host' from bug 20310 here?

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list