https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20817
--- Comment #47 from Marcel de Rooy <[email protected]> --- To clear: Useless use of a variable in void context at acqui/neworderempty.pl line 700. You need to look at line 492 output_html_with_http_headers $input, $cookie, $template->output; And then understand that the C4::Output module was not included yet at the start of the file. Hmm ;) Adding a follow-up. -- 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/
