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