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

--- Comment #13 from Jonathan Druart <[email protected]> 
---
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.
_______________________________________________
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/

Reply via email to