https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31041
--- Comment #7 from Martin Renvoize <[email protected]> --- This causes the print formatting to change a bit.. I'm not entirely against that, but it is a change. I need to think a bit about how this is implemented. The 'modalprinter' patturn is in use for the bundle confirmation modal as well as this one.. so it would be good to have a standard include for the JS that can be re-used for other printable modals. The basic premise here is.. Open the content of the modal in a new window and then print that.. as apposed the existing "hide everything that's not the modal" method that was in place prior to here.. we could certainly do some cleanup if we decide the 'open new window' approach is prefereable. I think I tried and failed to get the 'hide content' version to work as a fix here in the past so maybe the open window is the best way. -- 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/
