RimoImport: Service Port DN: Treat SpliceBox like Shelf

This commit is contained in:
Frank Schubert
2025-05-14 12:45:09 +02:00
parent 52b8462afc
commit 797c8424ae

View File

@@ -893,5 +893,9 @@ function getServiceDnValues($dn)
}
}
if(!array_key_exists("Shelf", $fields) && array_key_exists("SpliceBox", $fields)) {
$fields['Shelf'] = $fields['SpliceBox'];
}
return $fields;
}