Modal > Vendor create currency column fixed.
This commit is contained in:
parent
f9de526cfd
commit
a2bde0de2f
@ -14,7 +14,7 @@
|
|||||||
|
|
||||||
{{ Form::textGroup('tax_number', trans('general.tax_number'), 'percent', []) }}
|
{{ Form::textGroup('tax_number', trans('general.tax_number'), 'percent', []) }}
|
||||||
|
|
||||||
{{ Form::selectGroup('currency_code', trans_choice('general.currencies', 1), 'exchange-alt', $currencies, setting('default.currency')) }}
|
{{ Form::selectGroup('currency_code', trans_choice('general.currencies', 1), 'exchange-alt', $currencies, setting('default.currency'), ['required' => 'required', 'model' => setting('default.currency')]) }}
|
||||||
|
|
||||||
{{ Form::textareaGroup('address', trans('general.address')) }}
|
{{ Form::textareaGroup('address', trans('general.address')) }}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user