forked from extern/egroupware
Attempt to get nextmatch printing always on the page (landscape) - put things back if they cancel at nextmatch dialog
This commit is contained in:
parent
2cf897b05a
commit
bc3ffae167
@ -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();
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user