From bb45b5f55b7ca357a45173cf8292be2d8bd2062f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20Beganovi=C4=87?= Date: Fri, 4 Jun 2021 13:26:06 +0200 Subject: [PATCH] Disable markdown processing for line items --- 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 e5ac416f8897..65012b08bab2 100644 --- a/app/Services/PdfMaker/Design.php +++ b/app/Services/PdfMaker/Design.php @@ -346,7 +346,7 @@ class Design extends BaseDesign $items = $this->transformLineItems($this->entity->line_items, $type); - $this->processMarkdownOnLineItems($items); +// $this->processMarkdownOnLineItems($items); if (count($items) == 0) { return [];