PMCORE-927

This commit is contained in:
Paula Quispe
2022-02-14 15:13:40 -04:00
parent 3e25a2752e
commit c71bfb9128
8 changed files with 93 additions and 50 deletions

View File

@@ -130,8 +130,8 @@ class CaseTrackerObject extends BaseCaseTrackerObject
) );
$oDataset->next();
}
} catch (Exception $oException) {
throw $Exception;
} catch (Exception $e) {
throw $e;
}
}
@@ -169,7 +169,7 @@ class CaseTrackerObject extends BaseCaseTrackerObject
*
* @return array
*/
public function verifyDynaformAssigCaseTracker ($dynUid, $proUid)
public static function verifyDynaformAssigCaseTracker ($dynUid, $proUid)
{
$res = array();
$oCriteria = new Criteria();