close #685 Fixed:Wizard taxes step

This commit is contained in:
Batuhan Baş 2018-12-22 18:28:12 +03:00
parent 33e5a7d09b
commit e3f5cd324d
2 changed files with 2 additions and 0 deletions

View File

@ -4,6 +4,7 @@
</td>
<td>
{{ Form::textGroup('rate', trans('currencies.rate'), 'money', ['required' => 'required'], null, '') }}
{{ Form::hidden('type', 'normal') }}
</td>
<td class="hidden-xs">
{{ Form::radioGroup('enabled', trans('general.enabled'), trans('general.yes'), trans('general.no'), [], 'col-md-12 tax-enabled-radio-group') }}

View File

@ -4,6 +4,7 @@
</td>
<td>
{{ Form::textGroup('rate', trans('currencies.rate'), 'money', ['required' => 'required'], $item->rate, '') }}
{{ Form::hidden('type', 'normal') }}
</td>
<td class="hidden-xs">
{{ Form::radioGroup('enabled', trans('general.enabled'), trans('general.yes'), trans('general.no'), [], 'col-md-12') }}