|
@ -39,7 +39,7 @@ odoo.define('vracoop_balance_ticketing.screens', function (require) { |
|
|
handle_auto_print: function() { |
|
|
handle_auto_print: function() { |
|
|
if (this.should_auto_print()) { |
|
|
if (this.should_auto_print()) { |
|
|
this.print(); |
|
|
this.print(); |
|
|
// this.click_next();
|
|
|
|
|
|
|
|
|
this.click_next(); |
|
|
// }
|
|
|
// }
|
|
|
} else { |
|
|
} else { |
|
|
this.lock_screen(false); |
|
|
this.lock_screen(false); |
|
|