fixed switched total validation from amount to bank in amount

This commit is contained in:
omair saleh
2020-09-21 14:02:34 +08:00
parent 396cb165b0
commit a8ddf6180b
@@ -594,13 +594,14 @@ export default {
tax,
service_charge,
amount,
bia,
rate
} = this.booking_details
this.form.formData.marking = marking
this.tax = tax
this.service_charge = service_charge
this.amount = amount
this.amount = bia
this.rate = rate
}
},