E2E fixes: Client balance
gitea/salix/pipeline/head Something is wrong with the build of this commit
Details
gitea/salix/pipeline/head Something is wrong with the build of this commit
Details
This commit is contained in:
parent
425b54282a
commit
d6fda676f6
|
@ -70,8 +70,8 @@ class Controller extends Dialog {
|
||||||
return super.responseHandler(response);
|
return super.responseHandler(response);
|
||||||
|
|
||||||
return this.$http.post(`Receipts`, this.receipt)
|
return this.$http.post(`Receipts`, this.receipt)
|
||||||
.then(() => this.vnApp.showSuccess(this.$t('Data saved!')))
|
.then(() => super.responseHandler(response))
|
||||||
.then(() => super.responseHandler(response));
|
.then(() => this.vnApp.showSuccess(this.$t('Data saved!')));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue