fixed switched total validation from amount to bank in amount

This commit is contained in:
omair saleh
2020-09-21 14:44:25 +08:00
parent b1f82d43bd
commit 2867256032
@@ -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