https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39296
Jonathan Druart <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected], | |[email protected] --- Comment #7 from Jonathan Druart <[email protected]> --- 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. _______________________________________________ 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/
