diff --git a/Layout/default/Cpeprovisioning/Index.php b/Layout/default/Cpeprovisioning/Index.php
index 67aa1aa98..2ecaa46f5 100644
--- a/Layout/default/Cpeprovisioning/Index.php
+++ b/Layout/default/Cpeprovisioning/Index.php
@@ -195,6 +195,11 @@ $pagination_entity_name = "Zu provisionierende CPEs";
$hw[] = (int)$prod->amount . "x " . $prod->product->name;
}
}
+ if (array_key_exists("addon", $prod->product->attributes)) {
+ if ($prod->product->attributes["addon"]->value) {
+ $hw[] = $prod->product->name;
+ }
+ }
if (array_key_exists("voip_chan", $prod->product->attributes)) {
if ($prod->product->attributes["voip_chan"]->value) {
$voip = true;
@@ -215,7 +220,7 @@ $pagination_entity_name = "Zu provisionierende CPEs";
}
?>
= ($vot || $vo_termin) ? "" : "" ?>
- = ($hw) ? "" : "" ?>
+ = ($hw) ? "" : "" ?>
= ($voip) ? "" : "" ?>
= ($product->order->note) ? "', $product->order->note)) . "'>" : "" ?>