http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11014 Galen Charlton <gmcharlt@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |gmcharlt@gmail.com --- Comment #2 from Galen Charlton <gmcharlt@gmail.com> --- I've tried setting IntranetSlipPrinterJS to the following: function printThenClose() { window.print(); setTimeout('window.close()', 1); } Testing (print slip, print slip but cancel) appears to work in the following browsers: Chrome 32.0.1700.107 m on Win7 Firefox 27.0.1 on Win7 IE 11.0.9600.16428 on Win7 It's ugly, but needs must when the devil drives. I'd appreciate some testing; if this works across a reasonable range of platforms and browsers, it could become the new default. -- You are receiving this mail because: You are watching all bug changes.