diff --git a/resources/assets/js/components/NewInvoice.vue b/resources/assets/js/components/NewInvoice.vue index 996e23e2..84afda88 100644 --- a/resources/assets/js/components/NewInvoice.vue +++ b/resources/assets/js/components/NewInvoice.vue @@ -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