Merge pull request 'Hotfix: fixed balance create amount field' (!2950) from Hotfix-BalanceDialog into master
gitea/salix/pipeline/head This commit looks good Details

Reviewed-on: #2950
Reviewed-by: Alex Moreno <alexm@verdnatura.es>
This commit is contained in:
Jon Elias 2024-09-13 06:06:37 +00:00
commit f15df1ef66
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}) this.$http.get(`Clients/findOne`, {filter})
.then(res => { .then(res => {
this.receipt.email = res.data.email; this.receipt.email = res.data.email;
@ -52,6 +51,7 @@ class Controller extends Dialog {
set companyFk(value) { set companyFk(value) {
this.receipt.companyFk = value; this.receipt.companyFk = value;
this.getAmountPaid();
} }
set description(value) { set description(value) {