From 3fdc8a47f51383bcd580589c4fd4b429a64b0e3b Mon Sep 17 00:00:00 2001 From: David Bomba Date: Tue, 28 Sep 2021 20:22:02 +1000 Subject: [PATCH] required setup fields --- app/Services/Client/Statement.php | 2 ++ resources/views/setup/_account.blade.php | 8 ++++---- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/app/Services/Client/Statement.php b/app/Services/Client/Statement.php index 6b82f1230271..219171651fcf 100644 --- a/app/Services/Client/Statement.php +++ b/app/Services/Client/Statement.php @@ -24,6 +24,7 @@ use App\Services\PdfMaker\Design as PdfMakerDesign; use App\Services\PdfMaker\PdfMaker; use App\Utils\HostedPDF\NinjaPdf; use App\Utils\HtmlEngine; +use App\Utils\Ninja; use App\Utils\Number; use App\Utils\PhantomJS\Phantom; use App\Utils\Traits\Pdf\PdfMaker as PdfMakerTrait; @@ -110,6 +111,7 @@ class Statement DB::rollBack(); } + return $pdf; } diff --git a/resources/views/setup/_account.blade.php b/resources/views/setup/_account.blade.php index 435b439f4a3a..d0cd349e24d4 100644 --- a/resources/views/setup/_account.blade.php +++ b/resources/views/setup/_account.blade.php @@ -14,7 +14,7 @@ {{ ctrans('texts.first_name') }}
- +
@@ -22,7 +22,7 @@ {{ ctrans('texts.last_name') }}
- +
@@ -30,7 +30,7 @@ {{ ctrans('texts.email') }}
- +
@@ -38,7 +38,7 @@ {{ ctrans('texts.password') }}
- +