RimoImport: Service Port DN: Treat SpliceBox like Shelf
This commit is contained in:
@@ -893,5 +893,9 @@ function getServiceDnValues($dn)
|
||||
}
|
||||
}
|
||||
|
||||
if(!array_key_exists("Shelf", $fields) && array_key_exists("SpliceBox", $fields)) {
|
||||
$fields['Shelf'] = $fields['SpliceBox'];
|
||||
}
|
||||
|
||||
return $fields;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user