Show grand total for bills/invoices in "Amount" field in "Add Payment" modal
This commit is contained in:
1
resources/assets/js/views/purchases/bills.js
vendored
1
resources/assets/js/views/purchases/bills.js
vendored
@ -206,7 +206,6 @@ const app = new Vue({
|
||||
this.transaction_form.paid_at = form.paid_at;
|
||||
this.transaction_form.account_id = form.account_id;
|
||||
this.transaction_form.payment_method = form.payment_method;
|
||||
this.transaction_form.amount = form.amount;
|
||||
},
|
||||
|
||||
addPayment() {
|
||||
|
1
resources/assets/js/views/sales/invoices.js
vendored
1
resources/assets/js/views/sales/invoices.js
vendored
@ -206,7 +206,6 @@ const app = new Vue({
|
||||
this.transaction_form.paid_at = form.paid_at;
|
||||
this.transaction_form.account_id = form.account_id;
|
||||
this.transaction_form.payment_method = form.payment_method;
|
||||
this.transaction_form.amount = form.amount;
|
||||
},
|
||||
|
||||
addPayment() {
|
||||
|
Reference in New Issue
Block a user