#1486 back test updateDiscount
This commit is contained in:
parent
3082ce2556
commit
cd6b60015f
|
@ -52,7 +52,7 @@ class Controller {
|
||||||
modified = false;
|
modified = false;
|
||||||
this.vnTicketSale.$scope.model.refresh();
|
this.vnTicketSale.$scope.model.refresh();
|
||||||
}).catch(e => {
|
}).catch(e => {
|
||||||
this.vnApp.showError(e.data.error.message);
|
this.vnApp.showError(e.message);
|
||||||
});
|
});
|
||||||
|
|
||||||
this.onHide();
|
this.onHide();
|
||||||
|
|
Loading…
Reference in New Issue