https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=43114
--- Comment #6 from Christopher Brannon <[email protected]> --- Temporary workaround: In IntranetSlipPrinterJS window.addEventListener('load', function() { window.addEventListener('afterprint', function() { setTimeout(function() { window.close(); }, 100); }); window.print(); }); -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. _______________________________________________ Koha-bugs mailing list -- [email protected] To unsubscribe send an email to [email protected] website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
