From a593ecc48d40b7e146dbc2ce6e6e805c623ef2ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20Beganovi=C4=87?= Date: Mon, 15 Feb 2021 13:16:47 +0100 Subject: [PATCH] wip --- app/Services/PdfMaker/Design.php | 1 + 1 file changed, 1 insertion(+) diff --git a/app/Services/PdfMaker/Design.php b/app/Services/PdfMaker/Design.php index 99f3eee245e1..32b991d6f8e7 100644 --- a/app/Services/PdfMaker/Design.php +++ b/app/Services/PdfMaker/Design.php @@ -305,6 +305,7 @@ class Design extends BaseDesign // Some of column can be aliased. This is simple workaround for these. $aliases = [ '$product.product_key' => '$product.item', + '$task.product_key' => '$task.service', ]; foreach ($this->context['pdf_variables']["{$type}_columns"] as $column) {