Skip to content

Commit

Permalink
Modal currency create form issue solved.
Browse files Browse the repository at this point in the history
  • Loading branch information
cuneytsenturk committed Mar 7, 2020
1 parent a01de23 commit 3f80aa1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions resources/views/modals/currencies/create.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@

{{ Form::textGroup('rate', trans('currencies.rate'), 'sliders-h', ['@input' => 'onChangeRate', 'required' => 'required']) }}

{!! Form::hidden('enabled', '1', []) !!}
{!! Form::hidden('default_currency', 'false', []) !!}
{!! Form::hidden('enabled', 1) !!}
{!! Form::hidden('symbol_first', 1) !!}
{!! Form::hidden('default_currency', 0) !!}
</div>
{!! Form::close() !!}

0 comments on commit 3f80aa1

Please sign in to comment.