Merged in mcuiza/processmaker/pm-936 (pull request #1499)

PM-936 (Agregar columna en lista de procesos)
This commit is contained in:
Julio Cesar Laura Avendaño
2015-02-20 15:04:32 -04:00
4 changed files with 13 additions and 4 deletions

View File

@@ -182,7 +182,7 @@ class Process extends BaseProcess
$this->setProCategory( $aData['PRO_CATEGORY'] );
$this->setProSubCategory( '' );
$this->setProIndustry( '' );
$this->setProCreateDate( 'now' );
$this->setProCreateDate( date("Y-m-d H:i:s") );
$this->setProCreateUser( $aData['USR_UID'] );
$this->setProHeight( 5000 );
$this->setProWidth( 10000 );