Modal > Vendor create currency column fixed.

This commit is contained in:
Cüneyt Şentürk 2020-02-29 12:27:50 +03:00
parent f9de526cfd
commit a2bde0de2f

View File

@ -14,7 +14,7 @@
{{ 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')) }}