Fixed document tax total calculate issue fixed
This commit is contained in:
@ -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"
|
||||
/>
|
||||
|
||||
|
Reference in New Issue
Block a user