Merge pull request #1161 from burakcakirel/show-grand-total-for-bills-invoices

Show grand total for bills/invoices
This commit is contained in:
Cüneyt Şentürk
2020-02-09 12:13:02 +03:00
committed by GitHub
4 changed files with 28 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() {