From e128ba4e4520d748ec168705c4459ea4f906c81d Mon Sep 17 00:00:00 2001 From: "John.R" Date: Mon, 27 Mar 2023 14:52:38 +0200 Subject: [PATCH] chore: relaunch ci --- src/Service/PdfGeneratorService.php | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Service/PdfGeneratorService.php b/src/Service/PdfGeneratorService.php index d94616d2..4adb37e8 100755 --- a/src/Service/PdfGeneratorService.php +++ b/src/Service/PdfGeneratorService.php @@ -116,7 +116,6 @@ public function getContent() } } - // Generate smarty data $this->smarty->assign([ 'customerInfo' => [ 'headers' => $this->customerData['personalinformations']['headers'],