Merged in bugfix/HOR-2964 (pull request #5589)
HOR-2964 Approved-by: Julio Cesar Laura Avendaño <contact@julio-laura.com>
This commit is contained in:
@@ -176,7 +176,7 @@ class Process extends BaseProcess
|
||||
$this->setProParent( $sNewProUid );
|
||||
$this->setProTime( 1 );
|
||||
$this->setProTimeunit( 'DAYS' );
|
||||
$this->setProStatus( 'ACTIVE' );
|
||||
$this->setProStatus((isset($aData["PRO_STATUS"])) ? $aData["PRO_STATUS"] : 'ACTIVE');
|
||||
$this->setProTypeDay( '' );
|
||||
$this->setProType((isset($aData["PRO_TYPE"]))? $aData["PRO_TYPE"]: "NORMAL");
|
||||
$this->setProAssignment( 'FALSE' );
|
||||
|
||||
Reference in New Issue
Block a user