https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33758 Kyle M Hall <kyle@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |kyle@bywatersolutions.com Status|Signed Off |Failed QA --- Comment #5 from Kyle M Hall <kyle@bywatersolutions.com> --- Couple of thing: * Please update the unit tests * Couldn't you just modify the template and pass the biblionumber from there? It seems much simpler as a solution: [% p.intranet_catalog_biblio_enhancements_toolbar_button | $raw %] becomes [% p.intranet_catalog_biblio_enhancements_toolbar_button(biblionumber) | $raw %] -- You are receiving this mail because: You are watching all bug changes.