From aeef084bc514f3c6b928cce68cb7d2304579134f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20Beganovi=C4=87?= Date: Wed, 30 Jun 2021 20:41:11 +0200 Subject: [PATCH] Show attachments on recurring invoices page --- .../views/portal/ninja2020/recurring_invoices/show.blade.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/resources/views/portal/ninja2020/recurring_invoices/show.blade.php b/resources/views/portal/ninja2020/recurring_invoices/show.blade.php index 9e8f0a271041..15d5725e70d4 100644 --- a/resources/views/portal/ninja2020/recurring_invoices/show.blade.php +++ b/resources/views/portal/ninja2020/recurring_invoices/show.blade.php @@ -59,12 +59,15 @@ + @include('portal.ninja2020.components.entity-documents', ['entity' => $invoice]) + @if($invoice->auto_bill === 'optin' || $invoice->auto_bill === 'optout')

Auto Bill

-

Change your update bill preferences.

+

Change your update bill + preferences.