close #611 Fixed: Create tax rate not null type.

This commit is contained in:
cuneytsenturk
2018-11-09 12:14:06 +03:00
parent 636afc4565
commit d30fe4da9b
5 changed files with 14 additions and 4 deletions

View File

@ -12,7 +12,7 @@
{{ Form::textGroup('rate', trans('taxes.rate'), 'percent') }}
{{ Form::selectGroup('type', trans_choice('general.types', 1), 'bars', $types, null, []) }}
{{ Form::selectGroup('type', trans_choice('general.types', 1), 'bars', $types, 'normal') }}
{{ Form::radioGroup('enabled', trans('general.enabled')) }}
</div>