fixed typo in PreorderBilling
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user