Merged in bugfix/PMCORE-3443 (pull request #8233)
PMCORE-3443 Approved-by: Rodrigo Quelca
This commit is contained in:
committed by
Julio Cesar Laura Avendaño
commit
ac965a09d7
@@ -2253,8 +2253,8 @@ class Cases
|
|||||||
$rsCriteria2->next();
|
$rsCriteria2->next();
|
||||||
|
|
||||||
$row2 = $rsCriteria2->getRow();
|
$row2 = $rsCriteria2->getRow();
|
||||||
|
$proUid = isset($row2["PRO_UID"]) ? $row2["PRO_UID"] : '';
|
||||||
if ($process->exists($row2["PRO_UID"])) {
|
if (!empty($proUid) && $process->exists($proUid)) {
|
||||||
$row["TAS_TITLE"] = $row2["TAS_TITLE"];
|
$row["TAS_TITLE"] = $row2["TAS_TITLE"];
|
||||||
$row["TAS_DESCRIPTION"] = $row2["TAS_DESCRIPTION"];
|
$row["TAS_DESCRIPTION"] = $row2["TAS_DESCRIPTION"];
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user