mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/exchange.git
synced 2026-08-19 12:24:09 +00:00
fixed switched total validation from amount to bank in amount
This commit is contained in:
@@ -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
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user