http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6485 Paul Poulain <paul.poulain@biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |paul.poulain@biblibre.com Patch Status|Signed Off |Failed QA --- Comment #3 from Paul Poulain <paul.poulain@biblibre.com> 2011-10-06 16:36:22 UTC --- QA comment: Chris, you're not dense: function printThenClose() { + return; window.print(); window.close(); } means window.print & window.close will never be reached. 2 options : * it's was for testing purposes & forgotten to be removed (my bet) * .print & .close can be removed Anyway, failed QA ! -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug.