Attempt to get nextmatch printing always on the page (landscape) - put things back if they cancel at nextmatch dialog

This commit is contained in:
Nathan Gray 2015-02-05 21:57:20 +00:00
parent 2cf897b05a
commit bc3ffae167

View File

@ -962,6 +962,8 @@ etemplate2.print = function(_app)
// Wait for everything to be loaded, then send it off // Wait for everything to be loaded, then send it off
jQuery.when.apply(jQuery, deferred).done(function() { jQuery.when.apply(jQuery, deferred).done(function() {
egw.window.print(); egw.window.print();
}).fail(function() {
afterPrint();
}); });
} }