diff --git a/Layout/default/Emailtemplates/order/int_billing_info.php b/Layout/default/Emailtemplates/order/int_billing_info.php index 973717b12..872b58205 100644 --- a/Layout/default/Emailtemplates/order/int_billing_info.php +++ b/Layout/default/Emailtemplates/order/int_billing_info.php @@ -10,9 +10,10 @@ $this->setReturnValue([ 'subject' => $order->terminations[0]->building->network->name." - " .(($order->terminations[0]->building->networksection_id) ? $order->terminations[0]->building->networksection->name : "")." - " + ."Verrechnung ab ".date("m", $billing_start)."/".date("Y", $billing_start) .$order->owner->customer_number." - " - .str_replace("\n", "", str_replace("\r\n", " ", $order->owner->getCompanyOrName()))." - " - ."Verrechnung ab ".date("m", $billing_start)."/".date("Y", $billing_start), + .str_replace("\n", "", str_replace("\r\n", " ", $order->owner->getCompanyOrName()))." - ", + 'from_email' => TT_OUTGOING_EMAIL, 'from_email_name' => TT_OUTGOING_EMAIL_NAME ]);