From c94c0de1310c399ead1c43d2ec9f84580edd4b43 Mon Sep 17 00:00:00 2001 From: Frank Schubert Date: Tue, 28 Feb 2023 16:56:47 +0100 Subject: [PATCH] subject fix --- .../Emailtemplates/order/exernal_product_nbe_billing.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Layout/default/Emailtemplates/order/exernal_product_nbe_billing.php b/Layout/default/Emailtemplates/order/exernal_product_nbe_billing.php index 17dca7f5b..e13d3f868 100644 --- a/Layout/default/Emailtemplates/order/exernal_product_nbe_billing.php +++ b/Layout/default/Emailtemplates/order/exernal_product_nbe_billing.php @@ -28,7 +28,7 @@ $subject .= $order->terminations[0]->building->network->name." - "; } - $subject .= ($order->owner->customer_number) ? $order->owner->customer_number." - " : "" + $subject .= (($order->owner->customer_number) ? $order->owner->customer_number." - " : "") .str_replace("\n", "", str_replace("\r\n", " ", $order->owner->getCompanyOrName())); $this->setReturnValue([