chore: refs #7524 rollback
gitea/salix/pipeline/pr-master There was a failure building this commit Details

This commit is contained in:
Jorge Penadés 2024-09-17 11:43:34 +02:00
parent 3f321e8ee8
commit 4332fccfcc
1 changed files with 1 additions and 4 deletions

View File

@ -7,10 +7,6 @@ class Controller extends Dialog {
this.vnReport = vnReport;
this.vnEmail = vnEmail;
this.receipt = {};
this.$.$watch(() => this.clientFk, (newVal, oldVal) => {
if (!this.receipt.amountPaid && newVal != oldVal) this.getAmountPaid();
});
}
set payed(value) {
@ -55,6 +51,7 @@ class Controller extends Dialog {
set companyFk(value) {
this.receipt.companyFk = value;
this.getAmountPaid();
}
set description(value) {