Modal currency create form issue solved.
This commit is contained in:
parent
a01de23fff
commit
3f80aa18f3
@ -14,7 +14,8 @@
|
|||||||
|
|
||||||
{{ Form::textGroup('rate', trans('currencies.rate'), 'sliders-h', ['@input' => 'onChangeRate', 'required' => 'required']) }}
|
{{ Form::textGroup('rate', trans('currencies.rate'), 'sliders-h', ['@input' => 'onChangeRate', 'required' => 'required']) }}
|
||||||
|
|
||||||
{!! Form::hidden('enabled', '1', []) !!}
|
{!! Form::hidden('enabled', 1) !!}
|
||||||
{!! Form::hidden('default_currency', 'false', []) !!}
|
{!! Form::hidden('symbol_first', 1) !!}
|
||||||
|
{!! Form::hidden('default_currency', 0) !!}
|
||||||
</div>
|
</div>
|
||||||
{!! Form::close() !!}
|
{!! Form::close() !!}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user