mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-11-27 12:15:34 -05:00
Don’t show default tax rate until tax rates have been created
This commit is contained in:
parent
bc63c2c503
commit
07f59f8076
@ -49,9 +49,11 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@if ($taxRates->count())
|
||||||
@include('partials.tax_rates', ['taxRateLabel' => trans('texts.default_tax_rate_id')])
|
@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::actions( Button::success(trans('texts.save'))->submit()->appendIcon(Icon::create('floppy-disk')) ) !!}
|
||||||
{!! Former::close() !!}
|
{!! Former::close() !!}
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user