HOR-1329 Agregar los campos PRO_TITLE y PRO_DESCRIPTION en la tabla PROCESS

This commit is contained in:
Ronald Q
2016-06-20 16:50:57 -04:00
parent a41785f378
commit c6e803c6f0
18 changed files with 393 additions and 463 deletions

View File

@@ -178,7 +178,7 @@ class wsBase
while ($aRow = $oDataset->getRow()) {
$oProcess = new Process();
$arrayProcess = $oProcess->Load( $aRow['PRO_UID'] );
$arrayProcess = $oProcess->load( $aRow['PRO_UID'] );
$result[] = array ('guid' => $aRow['PRO_UID'],'name' => $arrayProcess['PRO_TITLE']
);
$oDataset->next();