[Koha-bugs] [Bug 3150] Move emails for sending cart and list contents into notices tool

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Dec 17 11:58:51 CET 2020


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

--- Comment #13 from Jonathan Druart <jonathan.druart at bugs.koha-community.org> ---
I would start with passing Koha::Biblios to the template and see how easy/hard
it is to replace the existing template file with a notice template using the TT
syntax.

[% FOR biblio IN biblios %]

  [%# title and subtitle are easy to retrieve %]

  [%# authors, we loop on the MARC fields %]

  [%# isbn, we need Koha::Biblio->get_isbns %]

  [%# and so on...

[% END %]

First with send shelves at the OPAC.

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


More information about the Koha-bugs mailing list