https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17600 Jonathan Druart <jonathan.druart@bugs.koha-community.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |In Discussion --- Comment #14 from Jonathan Druart <jonathan.druart@bugs.koha-community.org> --- Ok so, a lot of things is broken with these patches: - from tests: use_ok should be be used since it does not export subroutines - from pm: subroutines are not exported sometimes whereas the script assumes they were things are working when they are expecting not to (get_template_and_user from C4::Auth is not exported by scripts use it and it works). Maybe it would be easier not to export anything and use fully qualified names instead? -- You are receiving this mail because: You are watching all bug changes.