added number of passes reset on print start
This commit is contained in:
parent
a1d9d2ea7b
commit
4da0c3dbe0
1 changed files with 2 additions and 1 deletions
|
|
@ -217,7 +217,8 @@ $(function() {
|
|||
$("#confirmation_dialog .confirmation_dialog_acknowledge").click(
|
||||
function (e) {
|
||||
if (typeof callback === 'function') {
|
||||
self.onEventPrintDone();
|
||||
self.resetOverrideSlider();
|
||||
self.numberOfPasses(1);
|
||||
callback(e);
|
||||
$("#confirmation_dialog").modal("hide");
|
||||
$("#confirmation_dialog .confirmation_dialog_message").html('');
|
||||
|
|
|
|||
Loading…
Reference in a new issue