http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6485
Paul Poulain <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] Patch Status|Signed Off |Failed QA --- Comment #3 from Paul Poulain <[email protected]> 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. _______________________________________________ Koha-bugs mailing list [email protected] http://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/
