change invoice total validation from rmb to rm

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