https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33758
Kyle M Hall <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] Status|Signed Off |Failed QA --- Comment #5 from Kyle M Hall <[email protected]> --- 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. _______________________________________________ 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/
