From 89475976601d62b49a30598b846d1364805753cb Mon Sep 17 00:00:00 2001 From: Frank Schubert Date: Fri, 8 Oct 2021 15:41:42 +0200 Subject: [PATCH] Changed euro sign to EUR string --- Layout/default/Emailtemplates/order/int_billing_info.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Layout/default/Emailtemplates/order/int_billing_info.php b/Layout/default/Emailtemplates/order/int_billing_info.php index 872b58205..8e7353f32 100644 --- a/Layout/default/Emailtemplates/order/int_billing_info.php +++ b/Layout/default/Emailtemplates/order/int_billing_info.php @@ -28,7 +28,7 @@ Anzahl | Produktname | Verrechungsperiode | ----------------------------------------------------------------------------------------------------------------------- products as $op): ?> product->price_nne > 0.0) $nne_products[] = $op; ?> -amount,0,12))?> | product->name,0,42))))?> | billing_period == 12) ? "Jährlich " : (($op->billing_period == 1) ? "Monatlich" : $op->billing_period."-monatlich")) ))?> | price,0,14))?> | € price_setup?> +amount,0,12))?> | product->name,0,42))))?> | billing_period == 12) ? "Jährlich " : (($op->billing_period == 1) ? "Monatlich" : $op->billing_period."-monatlich")) ))?> | price,0,12))?> | EUR price_setup?> ----------------------------------------------------------------------------------------------------------------------- @@ -41,7 +41,7 @@ Gutschriften Anzahl | Produktname | Verrechungsperiode | Bauabschnitt | NNE ----------------------------------------------------------------------------------------------------------------------- -amount,0,12))?> | product->name,0,42))))?> | billing_period == 12) ? "Jährlich " : (($op->billing_period == 1) ? "Monatlich" : $op->billing_period."-monatlich")) ))?> | termination->building->networksection_id) ? $op->termination->building->networksection->name : "",0,24))?> | € product->price_nne?> +amount,0,12))?> | product->name,0,42))))?> | billing_period == 12) ? "Jährlich " : (($op->billing_period == 1) ? "Monatlich" : $op->billing_period."-monatlich")) ))?> | termination->building->networksection_id) ? $op->termination->building->networksection->name : "",0,24))?> | EUR product->price_nne?> -----------------------------------------------------------------------------------------------------------------------