mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/exchange.git
synced 2026-08-19 04:14:04 +00:00
fix total equal bia
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user