Skip to content

Commit

Permalink
Modal > Vendor create currency column fixed.
Browse files Browse the repository at this point in the history
  • Loading branch information
cuneytsenturk committed Feb 29, 2020
1 parent f9de526 commit a2bde0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/modals/vendors/create.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -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')) }}

Expand Down

0 comments on commit a2bde0d

Please sign in to comment.