22 Jul
2026
22 Jul
'26
7:25 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=43114 --- Comment #6 from Christopher Brannon <cbrannon@cdalibrary.org> --- 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.