Citycom OAN: Always using last ctag for mgmt

This commit is contained in:
Frank Schubert
2025-11-26 15:20:36 +01:00
parent 2b825364ab
commit aeb0373cf5
3 changed files with 27 additions and 8 deletions

View File

@@ -246,7 +246,8 @@ class CitycomImporter {
}
// find ctag and update ext id and status if changed
$stypes = array_flip(CITYCOM_OAN_API_SERVICES_FOR_ORDER);
$valid_stypes = array_merge(CITYCOM_OAN_API_SERVICES_FOR_ORDER, CITYCOM_OAN_API_SERVICES_FOR_RESERVATION);
$stypes = array_flip($valid_stypes);
$stag = $unit->hausnummer->vlan_stag;
if(!$stag) continue;