PM-936
Agregar columna en lista de procesos Se agrego la columna que indica la fecha de la ultima modificacion, de cualquier evento o cambio en el proceso Add a column in the list of processes with the last updated date
This commit is contained in:
@@ -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 );
|
||||
|
||||
Reference in New Issue
Block a user