From 3d11639cb426ef51bd8bbb4ba7aa11b291266101 Mon Sep 17 00:00:00 2001 From: David Bomba Date: Thu, 5 Nov 2020 07:50:39 +1100 Subject: [PATCH] Fixes for tests --- app/Services/PdfMaker/Design.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Services/PdfMaker/Design.php b/app/Services/PdfMaker/Design.php index b3404a053376..7f8cf81733d6 100644 --- a/app/Services/PdfMaker/Design.php +++ b/app/Services/PdfMaker/Design.php @@ -269,7 +269,7 @@ class Design extends BaseDesign return []; } - info($this->context); + //info($this->context); foreach ($items as $row) { $element = ['element' => 'tr', 'elements' => []];