Skip to content

Commit

Permalink
Modal vendor create currency issue solved.
Browse files Browse the repository at this point in the history
  • Loading branch information
Cihan Şentürk committed Mar 10, 2020
1 parent ebb096c commit cdf5312
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'), ['required' => 'required', 'model' => setting('default.currency')]) }}
{{ Form::selectGroup('currency_code', trans_choice('general.currencies', 1), 'exchange-alt', $currencies, setting('default.currency')) }}

{{ Form::textareaGroup('address', trans('general.address')) }}

Expand Down

0 comments on commit cdf5312

Please sign in to comment.