Show grand total for bills/invoices in "Amount" field in "Add Payment" modal

This commit is contained in:
Burak Çakırel
2020-01-21 20:00:22 +03:00
parent d66422dfde
commit 717cb26a3e
4 changed files with 112 additions and 2 deletions

View File

@ -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() {

View File

@ -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() {