Small changes to int billing email layout

This commit is contained in:
Frank Schubert
2023-02-24 16:45:26 +01:00
parent e0d5e792a3
commit 4744ef94fe

View File

@@ -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,