|
|
@ -61,7 +61,6 @@ odoo.define('pos_discount_manager.ValidateManager', function(require) { |
|
|
|
} |
|
|
|
|
|
|
|
this.currentOrder.initialize_validation_date(); |
|
|
|
this.currentOrder.finalized = true; |
|
|
|
|
|
|
|
let syncedOrderBackendIds = []; |
|
|
|
|
|
|
@ -145,6 +144,8 @@ odoo.define('pos_discount_manager.ValidateManager', function(require) { |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
this.currentOrder.finalized = true; |
|
|
|
|
|
|
|
this.showScreen(this.nextScreen); |
|
|
|
|
|
|
|
// If we succeeded in syncing the current order, and
|
|
|
|