fixed typo in PreorderBilling

This commit is contained in:
Frank Schubert
2025-06-10 03:58:01 +02:00
parent adc5fd3895
commit ee3e41f4bf

View File

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