Merge branch 'fronkdev' into 'master'
Fixed citycom api updateService() See merge request fronk/thetool!2010
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user