Merge branch 'master' of github.com:akaunting/akaunting

This commit is contained in:
denisdulici 2020-03-07 13:19:38 +03:00
commit 182f18718a

View File

@ -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() !!}