fix total equal bia

This commit is contained in:
omair saleh
2020-09-23 15:01:28 +08:00
parent 0680e99524
commit 900a307ac5
@@ -677,7 +677,7 @@ export default {
return
}
if (this.amount !== this.bia) {
if (this.bia !== this.total) {
console.log('amount not matched')
alert(`PO Total RM${this.total} Does Not Match Expected RM${this.bia}`)
return