added space in subject

This commit is contained in:
Frank Schubert
2021-10-08 15:48:14 +02:00
parent 8947597660
commit 84f8dfa709

View File

@@ -10,7 +10,7 @@
$this->setReturnValue([
'subject' => $order->terminations[0]->building->network->name." - "
.(($order->terminations[0]->building->networksection_id) ? $order->terminations[0]->building->networksection->name : "<kein Bauabschnitt>")." - "
."Verrechnung ab ".date("m", $billing_start)."/".date("Y", $billing_start)
."Verrechnung ab ".date("m", $billing_start)."/".date("Y", $billing_start)." - "
.$order->owner->customer_number." - "
.str_replace("\n", "", str_replace("\r\n", " ", $order->owner->getCompanyOrName()))." - ",