mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/exchange.git
synced 2026-08-21 13:24:27 +00:00
fixed switched total validation from amount to bank in amount
This commit is contained in:
@@ -675,7 +675,7 @@ export default {
|
||||
return
|
||||
}
|
||||
|
||||
if (this.amount != this.total/) {
|
||||
if (this.amount != this.total) {
|
||||
console.log('amount not matched')
|
||||
alert(`PO Total RM${this.total} Does Not Match Expected RM${this.amount}`)
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user