Tax type compound just add once.
This commit is contained in:
@@ -22,7 +22,7 @@
|
||||
|
||||
{{ Form::textGroup('rate', trans('taxes.rate'), 'percent', ['@input' => 'onChangeTaxRate']) }}
|
||||
|
||||
{{ Form::selectGroup('type', trans_choice('general.types', 1), 'bars', $types, $tax->type) }}
|
||||
{{ Form::selectGroup('type', trans_choice('general.types', 1), 'bars', $types, $tax->type, ['disabledOptions' => $disable_options]) }}
|
||||
|
||||
{{ Form::radioGroup('enabled', trans('general.enabled'), $tax->enabled) }}
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user