|
@@ -95,7 +95,9 @@ class ONUSubscriber implements EventSubscriber
|
|
|
|
|
|
// Actualizo la position de la ONU según todos los NAP
|
|
|
// con igual slot y link y las ONU con igual OLT
|
|
|
- $entity->setPosition($this->getNewPosition($entity));
|
|
|
+ if($entity->getPosition() == 0){
|
|
|
+ $entity->setPosition($this->getNewPosition($entity));
|
|
|
+ }
|
|
|
|
|
|
$nap = $entity->getNap();
|
|
|
if ($nap) {
|