Added missing success mesage
This commit is contained in:
parent
5d7c6ef250
commit
b2d0832daa
|
@ -141,6 +141,7 @@ class Controller {
|
|||
let query = `/ticket/api/Sales/removes`;
|
||||
this.$http.post(query, params).then(() => {
|
||||
this.removeInstances(sales);
|
||||
this.vnApp.showSuccess(this.$translate.instant('Data saved!'));
|
||||
});
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue