https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16522 --- Comment #12 from Martin Renvoize <martin.renvoize@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.