From cd0884c77085ef97e10c63c05c36dc17b6495f1a Mon Sep 17 00:00:00 2001 From: Lars Kusch Date: Sun, 10 Mar 2024 16:24:28 +0100 Subject: [PATCH] Added download button in client portal for new types --- .../components/livewire/pdf-slot.blade.php | 34 +++++++++++++++++++ 1 file changed, 34 insertions(+) diff --git a/resources/views/portal/ninja2020/components/livewire/pdf-slot.blade.php b/resources/views/portal/ninja2020/components/livewire/pdf-slot.blade.php index 5159e3314c1e..314f69cca8ee 100644 --- a/resources/views/portal/ninja2020/components/livewire/pdf-slot.blade.php +++ b/resources/views/portal/ninja2020/components/livewire/pdf-slot.blade.php @@ -20,6 +20,40 @@ @endif + @if($entity_type == 'credit' && $settings->enable_e_invoice) + + @endif + @if($entity_type == 'quote' && $settings->enable_e_invoice) + + @endif +{{-- Not implemented yet--}} +{{-- @if($entity_type == 'purchase_order' && $settings->enable_e_invoice) + + @endif--}} @if($html_entity_option)