Merged in bugfix/PMCORE-1861 (pull request #8390)

PMCORE-1861

Approved-by: Julio Cesar Laura Avendaño
This commit is contained in:
Paula Quispe
2022-02-23 17:04:51 +00:00
committed by Julio Cesar Laura Avendaño

View File

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