Hotfix: fixed balance create amount field #2950

Merged
jon merged 3 commits from Hotfix-BalanceDialog into master 2024-09-13 06:06:38 +00:00
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,6 @@ class Controller extends Dialog {
}
};
this.getAmountPaid();
this.$http.get(`Clients/findOne`, {filter})
.then(res => {
this.receipt.email = res.data.email;
@ -52,6 +51,7 @@ class Controller extends Dialog {
set companyFk(value) {
this.receipt.companyFk = value;
this.getAmountPaid();
}
set description(value) {