PMCORE-3129

This commit is contained in:
Andrea Adamczyk
2021-07-08 09:40:57 -04:00
parent bc169bcd77
commit ef03ffcdd3
6 changed files with 204 additions and 1 deletions

View File

@@ -143,6 +143,7 @@ class Process extends BaseProcess
$this->setProShowDelegate('');
$this->setProShowDynaform('');
$this->setProCategory((isset($aData["PRO_CATEGORY"]))? $aData["PRO_CATEGORY"]: "");
$this->setCategoryId((isset($aData["CATEGORY_ID"])) ? $aData["CATEGORY_ID"]: 0);
$this->setProSubCategory('');
$this->setProIndustry('');
$this->setProCreateDate(date("Y-m-d H:i:s"));