Only show estimated invoicing if we have a next invoice to show
This commit is contained in:
parent
3b40e92c48
commit
7a41dd803f
@ -64,7 +64,7 @@
|
||||
|
||||
<div class="card-body p-2">
|
||||
<div class="tab-content">
|
||||
@if($x=! ($o->suspend_billing || $o->external_billing))
|
||||
@if($x=! ($o->suspend_billing || $o->external_billing) && $o->next_invoice)
|
||||
<div @class(['tab-pane','fade','show active'=>! (session()->has('service_update') || session()->has('charge_add'))]) id="pending_items">
|
||||
@include('theme.backend.adminlte.service.widget.invoice')
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user