Fixed VLANs in Cpeprpovisioning

This commit is contained in:
Frank Schubert
2022-03-06 12:29:30 +01:00
parent 38efd60fd4
commit ab3601391d

View File

@@ -156,13 +156,12 @@ class Termination extends mfBaseModel {
$pop_id = $this->getWorkflowvalue('ist_pop_id');
if(!$pop_id) {
$pop_id = $this->getWorkflowvalue('pop_id');
return null;
}
if(!$pop_id) {
return null;
}
return new Pop($pop_id);
}