17 Dec
2020
17 Dec
'20
11:58 a.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=3150 --- Comment #13 from Jonathan Druart <jonathan.druart@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.