https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37148 Jonathan Druart <jonathan.druart@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jonathan.druart@gmail.com --- Comment #19 from Jonathan Druart <jonathan.druart@gmail.com> --- + [% IF print %] + <script> + $( document ).ready(function() { + window.print(); + window.onafterprint = function () {+ window.close(); + } + setTimeout('window.close()', 1000); // Hack for Chrome < 63 + }); + </script> + [% END #/print %] Why do we have this? -- You are receiving this mail because: You are watching all bug changes.