Merge branch 'fronkdev' into 'master'

Fixed citycom api updateService()

See merge request fronk/thetool!2010
This commit is contained in:
Frank Schubert
2026-01-15 13:46:57 +00:00

View File

@@ -302,7 +302,7 @@ class Citycom_OanApiHelper {
}
if(!count($service_data)) return true;
$result = $this->api->updateService($service, $service_data);
$result = $this->api->updateService($service->id, $service_data);
if($result) return true;
return false;