https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16522
--- Comment #12 from Martin Renvoize <[email protected]> --- 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. _______________________________________________ Koha-bugs mailing list [email protected] https://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/
