This commit is contained in:
denisdulici
2018-11-07 12:07:38 +03:00
parent 9fdcf7dbbe
commit 86330b0a41
6 changed files with 37 additions and 37 deletions

View File

@@ -5,7 +5,7 @@ return [
'rate' => 'Rate',
'rate_percent' => 'Rate (%)',
'normal' => 'Normal',
'included' => 'Included in Price',
'inclusive' => 'Inclusive',
'compound' => 'Compound',
];

View File

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