From f869e143518c000881cc604c4426ed741c6e1e74 Mon Sep 17 00:00:00 2001 From: Frank Schubert Date: Tue, 28 Feb 2023 17:05:02 +0100 Subject: [PATCH] subject change --- .../Emailtemplates/order/exernal_product_nbe_billing.php | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/Layout/default/Emailtemplates/order/exernal_product_nbe_billing.php b/Layout/default/Emailtemplates/order/exernal_product_nbe_billing.php index e13d3f868..9690b6922 100644 --- a/Layout/default/Emailtemplates/order/exernal_product_nbe_billing.php +++ b/Layout/default/Emailtemplates/order/exernal_product_nbe_billing.php @@ -25,12 +25,9 @@ $subject .= "[".str_replace(["\r","\n"], " ", $op->product->owner->getCompanyOrName())."] Produkt fertiggestellt - "; if(is_array($order->terminations) && count($order->terminations)) { - $subject .= $order->terminations[0]->building->network->name." - "; + $subject .= $order->terminations[0]->building->network->name; } - $subject .= (($order->owner->customer_number) ? $order->owner->customer_number." - " : "") - .str_replace("\n", "", str_replace("\r\n", " ", $order->owner->getCompanyOrName())); - $this->setReturnValue([ 'subject' => $subject, @@ -70,7 +67,7 @@ Verrechungsstart: / |--------|-------------|--------------------|-------------------|-------------------|-----| products as $op): ?> price_nbe > 0.0) $nbe_total += ($op->price_nbe / $op->billing_period); ?> -| amount?> | product->name?> | billing_period == 12) ? "Jährlich " : (($op->billing_period == 1) ? "Monatlich" : $op->billing_period."-monatlich")?> | EUR price?> | EUR price_setup?> | EUR price_nbe?> | +| amount?> | product->name?> | billing_period == 12) ? "Jährlich " : (($op->billing_period == 1) ? "Monatlich" : $op->billing_period."-monatlich")?> | ~~EUR price?>~~ | ~~EUR price_setup?>~~ | EUR price_nbe?> |