Citycom OAN: Always using last ctag for mgmt
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user