country field value changed to company.country

This commit is contained in:
Cihan Şentürk
2021-09-20 09:56:33 +03:00
parent eeb26abf16
commit c08db42e93
7 changed files with 4 additions and 11 deletions

View File

@ -18,7 +18,7 @@
{{ Form::textareaGroup('address', trans('general.address')) }}
{{ Form::selectGroup('country', trans_choice('general.countries', 1), 'globe-americas', trans('countries'), setting('default.country'), []) }}
{{ Form::selectGroup('country', trans_choice('general.countries', 1), 'globe-americas', trans('countries'), setting('company.country'), []) }}
{{ Form::hidden('type', 'customer') }}
{!! Form::hidden('enabled', '1', []) !!}

View File

@ -18,7 +18,7 @@
{{ Form::textareaGroup('address', trans('general.address')) }}
{{ Form::selectGroup('country', trans_choice('general.countries', 1), 'globe-americas', trans('countries'), setting('default.country'), []) }}
{{ Form::selectGroup('country', trans_choice('general.countries', 1), 'globe-americas', trans('countries'), setting('company.country'), []) }}
{{ Form::hidden('type', 'vendor') }}
{!! Form::hidden('enabled', '1', []) !!}