From ee3e41f4bf0a0eefb395b55368ce2f2754c9f163 Mon Sep 17 00:00:00 2001 From: Frank Schubert Date: Tue, 10 Jun 2025 03:58:01 +0200 Subject: [PATCH] fixed typo in PreorderBilling --- application/PreorderBilling/PreorderBillingController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/PreorderBilling/PreorderBillingController.php b/application/PreorderBilling/PreorderBillingController.php index d49365e14..05bef7059 100644 --- a/application/PreorderBilling/PreorderBillingController.php +++ b/application/PreorderBilling/PreorderBillingController.php @@ -468,7 +468,7 @@ class PreorderBillingController extends mfBaseController { } // Netzbetreiber Setup Gebühr - $billing_data["product_name"] = "Brereitstellungsentgelt ".$status_change_date->format("m/Y"); + $billing_data["product_name"] = "Bereitstellungsentgelt ".$status_change_date->format("m/Y"); $billing_data["owner_id"] = $netoperator->id; $billing_data["billingaddress_id"] = $netoperator->id; $billing_data["fibu_account_number"] = $netoperator->attributes['rml-fibu-account']->value;