This commit is contained in:
Paula Quispe
2017-01-13 19:11:14 -04:00
parent 5bf63d9051
commit 06f549299e
6 changed files with 32 additions and 7 deletions

View File

@@ -1160,7 +1160,9 @@ class Processes
public function getProcessRow($sProUid, $getAllLang = false)
{
$oProcess = new Process();
return $oProcess->Load($sProUid, $getAllLang);
$pProcess = $oProcess->Load( $sProUid, $getAllLang );
unset($pProcess['PRO_ID']);
return $pProcess;
}
/**