From fb4fff6d8b4b665f0b09c039dcd9b2525d0a54a8 Mon Sep 17 00:00:00 2001 From: Hillel Coren Date: Wed, 10 Jul 2024 14:45:40 +0300 Subject: [PATCH 1/2] Standardize button sizes in client portal --- .../ninja2020/components/livewire/pdf-slot.blade.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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 9284c748cb94..717750e8045a 100644 --- a/resources/views/portal/ninja2020/components/livewire/pdf-slot.blade.php +++ b/resources/views/portal/ninja2020/components/livewire/pdf-slot.blade.php @@ -1,6 +1,6 @@
- @if($entity_type == 'invoice' && $settings->enable_e_invoice) - @endif @if($entity_type == 'credit' && $settings->enable_e_invoice) - @endif @if($entity_type == 'quote' && $settings->enable_e_invoice) - @endif @if($entity_type == 'quote' && $settings->enable_e_invoice) -