Merge branch 'fronkdev' into 'master'

fixed typo in PreorderBilling

See merge request fronk/thetool!1425
This commit is contained in:
Frank Schubert
2025-06-10 01:58:48 +00:00

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;