#1486 back test updateDiscount

This commit is contained in:
Carlos Jimenez Ruiz 2019-06-06 09:48:08 +02:00
parent 3082ce2556
commit cd6b60015f
1 changed files with 1 additions and 1 deletions

View File

@ -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();