PM-4039 "Enable the creation of project..." SOLVED

This commit is contained in:
Luis Fernando Saisa Lopez
2015-11-12 19:39:35 -04:00
parent eabaee1d36
commit 43439ff0b4
7 changed files with 24 additions and 15 deletions

View File

@@ -173,13 +173,13 @@ class Process extends BaseProcess
$this->setProTimeunit( 'DAYS' );
$this->setProStatus( 'ACTIVE' );
$this->setProTypeDay( '' );
$this->setProType( 'NORMAL' );
$this->setProType((isset($aData["PRO_TYPE"]))? $aData["PRO_TYPE"]: "NORMAL");
$this->setProAssignment( 'FALSE' );
$this->setProShowMap( '' );
$this->setProShowMessage( '' );
$this->setProShowDelegate( '' );
$this->setProShowDynaform( '' );
$this->setProCategory( $aData['PRO_CATEGORY'] );
$this->setProCategory((isset($aData["PRO_CATEGORY"]))? $aData["PRO_CATEGORY"]: "");
$this->setProSubCategory( '' );
$this->setProIndustry( '' );
$this->setProCreateDate( date("Y-m-d H:i:s") );