https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39296
--- Comment #10 from David Cook <[email protected]> --- (In reply to Jonathan Druart from comment #7) > 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. I think I thought a bit about this originally, but I was worried a bit about how methods could be chained together to leak data. I'll put my idea in a separate comment. -- 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/
