https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37148
Jake Deery <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Failed QA |Signed Off --- Comment #23 from Jake Deery <[email protected]> --- (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. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
