HOR-1385 Agregar los campos INP_DOC_TITLE y INP_DOC_DESCRIPTION en la tabla INPUT_DOCUMENT
This commit is contained in:
@@ -1935,7 +1935,7 @@ class Processes
|
||||
$oDataset->next();
|
||||
while ($aRow = $oDataset->getRow()) {
|
||||
$oInput = new InputDocument();
|
||||
$aInput[] = $oInput->Load($aRow['INP_DOC_UID']);
|
||||
$aInput[] = $oInput->load($aRow['INP_DOC_UID']);
|
||||
$oDataset->next();
|
||||
}
|
||||
return $aInput;
|
||||
|
||||
Reference in New Issue
Block a user