@@ -, +, @@ unlinked records --- a/Koha/Biblio.pm +++ a/Koha/Biblio.pm @@ -1340,6 +1340,22 @@ sub get_marc_relatedparts_only { return $relatedparts; } +=head3 get_marc_hostinfo_only + + my $hostinfo = $biblio->get_marc_hostinfo_only; + +Return host info only + +=cut + +sub get_marc_hostinfo_only { + my ($self) = @_; + + my ( $host, $relatedparts, $hostinfo ) = $self->get_marc_host; + + return $hostinfo; +} + =head3 recalls my $recalls = $biblio->recalls; --- a/installer/data/mysql/atomicupdate/bug_3150_-_add_LIST_and_CART_notices.pl +++ a/installer/data/mysql/atomicupdate/bug_3150_-_add_LIST_and_CART_notices.pl @@ -11,6 +11,7 @@ return { ('catalogue','LIST','','Send list',1,'Your list: [% listname | html %]',"[%- USE Branches -%] [%- USE AuthorisedValues -%] [%- USE Koha -%] +[%- PROCESS 'html_helpers.inc' -%] Hi,

[% borrower.firstname | html %] [% borrower.surname | html %] sent you a list from our online catalog called: [% listname | html %].
Please note that the attached file is a MARC bibliographic records file which can be imported into personal bibliographic software like EndNote, Reference Manager or ProCite.
@@ -28,7 +29,7 @@ Please note that the attached file is a MARC bibliographic records file which ca [% IF ( biblio.unititle ) %]Unified title: [% biblio.unititle | html %]
[% END %] [% IF ( biblio.serial ) %]Serial: [% biblio.serial | html %]
[% END %] [% IF ( biblioitem.lccn ) %]LCCN: [% biblioitem.lccn | html %]
[% END %] -[% IF ( biblio.get_marc_host_only ) %]In: [% FOREACH entry IN biblio.get_marc_host_only %][% entry.title | html %][% IF ( entry.subtitle ) %][% FOREACH subtitle IN entry.subtitle.split(' | ') %][% subtitle | html %][% END %][% END %][% entry.part_number | html %] [% entry.part_name | html %]
[% END %] [% biblio.get_marc_relatedparts_only %][% END %] +[% IF ( biblio.get_marc_host_only || biblio.get_marc_hostinfo_only ) %]In: [% IF biblio.get_marc_host_only.biblionumber %][% INCLUDE 'biblio-title.inc' biblio=biblio.get_marc_host_only %] [% biblio.get_marc_relatedparts_only %][% ELSE %][% biblio.get_marc_hostinfo_only %][% END %]
[% END %] [% IF ( biblioitem.url ) %]URL: [% biblioitem.url | html %]
[% END %] View in online catalog [% IF ( biblio.items.count > 0 ) %]
Items: