payment modals updated
This commit is contained in:
4
resources/assets/js/views/purchases/bills.js
vendored
4
resources/assets/js/views/purchases/bills.js
vendored
@ -213,6 +213,10 @@ const app = new Vue({
|
||||
this.transaction_form.submit();
|
||||
|
||||
this.payment.errors = this.transaction_form.errors;
|
||||
|
||||
this.form.loading = true;
|
||||
|
||||
this.$emit("confirm");
|
||||
},
|
||||
|
||||
closePayment() {
|
||||
|
4
resources/assets/js/views/sales/invoices.js
vendored
4
resources/assets/js/views/sales/invoices.js
vendored
@ -213,6 +213,10 @@ const app = new Vue({
|
||||
this.transaction_form.submit();
|
||||
|
||||
this.payment.errors = this.transaction_form.errors;
|
||||
|
||||
this.form.loading = true;
|
||||
|
||||
this.$emit("confirm");
|
||||
},
|
||||
|
||||
closePayment() {
|
||||
|
Reference in New Issue
Block a user