close #1353 Fixed: Invoice item selected tax not calculate real time

This commit is contained in:
Cüneyt Şentürk
2020-03-13 15:45:23 +03:00
parent 7c027ad135
commit 0f34bd066f
4 changed files with 39 additions and 23 deletions

View File

@@ -133,9 +133,10 @@
]
]
])}}"
:collapse="false"
:collapse="true"
@interface="row.tax_id = $event"
@change="onCalculateTotal($event)"
@change="onCalculateTotal()"
@new="taxes.push($event)"
:form-error="form.errors.get('items.' + index + '.tax_id')"
:no-data-text="'{{ trans('general.no_data') }}'"
:no-matching-data-text="'{{ trans('general.no_matching_data') }}'"