fix total equal bia

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