PMCORE-633

This commit is contained in:
Paula Quispe
2022-02-01 16:19:13 -04:00
parent 19add23615
commit 01a073101a
2 changed files with 3 additions and 1 deletions

View File

@@ -2923,7 +2923,7 @@ class Processes
foreach ($aStepSupervisor as $key => $row) {
$oStepSupervisor = new StepSupervisor();
if ($oStepSupervisor->Exists($row['STEP_UID'])) {
$oStepSupervisor->update($row['STEP_UID']);
$oStepSupervisor->update($row);
} else {
$oStepSupervisor->create($row);
}