From 4744ef94fe80d6aebfb31f9d1b1c19e4ba1957f0 Mon Sep 17 00:00:00 2001 From: Frank Schubert Date: Fri, 24 Feb 2023 16:45:26 +0100 Subject: [PATCH] Small changes to int billing email layout --- Layout/default/Emailtemplates/order/int_billing_info.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Layout/default/Emailtemplates/order/int_billing_info.php b/Layout/default/Emailtemplates/order/int_billing_info.php index 79fdfba73..42f431b35 100644 --- a/Layout/default/Emailtemplates/order/int_billing_info.php +++ b/Layout/default/Emailtemplates/order/int_billing_info.php @@ -23,9 +23,9 @@ .$order->owner->customer_number." - " .str_replace("\n", "", str_replace("\r\n", " ", $order->owner->getCompanyOrName())); */ - $subject .= "Verr. ab ".date("m/Y", $billing_start)." - " - .$order->owner->customer_number." - " - .str_replace("\n", "", str_replace("\r\n", " ", $order->owner->getCompanyOrName())); + $subject .= $order->terminations[0]->building->network->name." - " + .$order->owner->customer_number." - " + .str_replace("\n", "", str_replace("\r\n", " ", $order->owner->getCompanyOrName())); $this->setReturnValue([ 'subject' => $subject,