https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39296 Jonathan Druart <jonathan.druart@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jonathan.druart@gmail.com, | |nick@bywatersolutions.com --- Comment #7 from Jonathan Druart <jonathan.druart@gmail.com> --- Thinking aloud. We have some magic in the reports already to send items to batch mod tools, if the headers contain "itemnumber". Could we imagine the same here? If itemnumber or biblionumber in the header then we send the Koha::Objects to generate the notice. The notice template would be: [% FOREACH biblio IN biblios %] [% SET record = biblio.metadata.record %] We won't need an additional TT plugin and that will be useful in different other use cases. -- You are receiving this mail because: You are watching all bug changes.