new v3 layout

This commit is contained in:
2025-09-23 13:17:35 +02:00
parent 818d98b504
commit bf20a61105
2 changed files with 3 additions and 2 deletions

View File

@@ -488,6 +488,7 @@ class CpeprovisioningController extends mfBaseController
'spin' => $order->owner->spin, 'customer' => $order->owner->getCompanyOrName(),
'owner_email' => $order->owner->email,
'owner_phone' => $order->owner->phone,
'owner_full_address' => $order->owner->street . ", " . $order->owner->zip . " " . $order->owner->city,
'product_name' => $product->product->name, 'product_code' => $term->code ?? '',
'access_type' => $attrs['bras_type']->value,
'access_type_down' => $attrs["bw_down"]->value,