IMPROVEMENT in PMFunction PMFGetNextAssignedUser

This commit is contained in:
Julio Cesar Laura
2013-02-19 11:36:10 -04:00
parent dcbc663b34
commit b986dd1a7d
2 changed files with 15 additions and 2 deletions

View File

@@ -84,6 +84,9 @@ class Derivation
$taskInfo = array ();
$oUser = new Users();
if (!class_exists('Cases')) {
G::LoadClass('case');
}
$this->case = new Cases();
// 1. there is no rule
if (is_null( $aDerivation['ROU_NEXT_TASK'] )) {