Don’t show default tax rate until tax rates have been created
This commit is contained in:
parent
bc63c2c503
commit
07f59f8076
1 changed files with 4 additions and 2 deletions
|
|
@ -49,9 +49,11 @@
|
|||
|
||||
|
||||
|
||||
@include('partials.tax_rates', ['taxRateLabel' => trans('texts.default_tax_rate_id')])
|
||||
@if ($taxRates->count())
|
||||
@include('partials.tax_rates', ['taxRateLabel' => trans('texts.default_tax_rate_id')])
|
||||
|
||||
@endif
|
||||
|
||||
|
||||
{!! Former::actions( Button::success(trans('texts.save'))->submit()->appendIcon(Icon::create('floppy-disk')) ) !!}
|
||||
{!! Former::close() !!}
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue