Fixed document tax total calculate issue fixed

This commit is contained in:
Cüneyt Şentürk
2022-06-16 15:22:46 +03:00
parent 60cb7f1364
commit 267fa9c231
4 changed files with 34 additions and 6 deletions

View File

@ -182,6 +182,13 @@
selected="{{ $currency->code }}"
change="onChangeCurrency"
model="form.currency_code"
add-new
add-new-text="{!! trans('general.title.new', ['type' => trans_choice('general.currencies', 1)]) !!}"
:path="route('modals.currencies.create')"
:field="[
'key' => 'code',
'value' => 'name'
]"
form-group-class="h-8 -mt-2"
/>