https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37148 Jake Deery <jake.deery@ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Failed QA |Signed Off --- Comment #23 from Jake Deery <jake.deery@ptfs-europe.com> --- (In reply to Jonathan Druart from comment #19)
+ [% 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?
I don't think we do anymore, actually. I think it is obsolete, so I have removed it. Thanks :-) Jake. -- You are receiving this mail because: You are watching all bug changes.