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 [];