Don’t show default tax rate until tax rates have been created

This commit is contained in:
Hillel Coren 2017-12-04 23:32:10 +02:00
parent bc63c2c503
commit 07f59f8076

View File

@ -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>