From 7a41dd803f1935946dd05f112e1378b1fe43e834 Mon Sep 17 00:00:00 2001 From: Deon George Date: Fri, 16 Aug 2024 17:51:38 +1000 Subject: [PATCH] Only show estimated invoicing if we have a next invoice to show --- resources/views/theme/backend/adminlte/service/home.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/views/theme/backend/adminlte/service/home.blade.php b/resources/views/theme/backend/adminlte/service/home.blade.php index 54aaa8c..58240ac 100644 --- a/resources/views/theme/backend/adminlte/service/home.blade.php +++ b/resources/views/theme/backend/adminlte/service/home.blade.php @@ -64,7 +64,7 @@
- @if($x=! ($o->suspend_billing || $o->external_billing)) + @if($x=! ($o->suspend_billing || $o->external_billing) && $o->next_invoice)
! (session()->has('service_update') || session()->has('charge_add'))]) id="pending_items"> @include('theme.backend.adminlte.service.widget.invoice')