Add validation to service cancellation, and displaying cancellation costs if any
This commit is contained in:
@@ -64,7 +64,7 @@
|
||||
|
||||
<div class="card-body p-2">
|
||||
<div class="tab-content">
|
||||
@if($x=! ($o->suspend_billing || $o->external_billing) && $o->next_invoice)
|
||||
@if(($x=! ($o->suspend_billing || $o->external_billing)) && $o->invoice_next)
|
||||
<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>
|
||||
|
Reference in New Issue
Block a user