PMCORE-3707
This commit is contained in:
@@ -32,6 +32,8 @@ switch ($actionAjax) {
|
||||
// Apply mask
|
||||
$dateInitLabel = applyMaskDateEnvironment($result['DEL_INIT_DATE'],'', false);
|
||||
$dateDelLabel = applyMaskDateEnvironment($result['DEL_DELEGATE_DATE'],'', false);
|
||||
$disableActionLabel = applyMaskDateEnvironment($result['APP_DISABLE_ACTION_DATE'],'', false);
|
||||
$enableActionLabel = applyMaskDateEnvironment($result['APP_ENABLE_ACTION_DATE'],'', false);
|
||||
$dateEndLabel = '-';
|
||||
// @todo the query for get this '-' needs an update
|
||||
if ($result['DEL_FINISH_DATE'] != "-") {
|
||||
@@ -41,6 +43,8 @@ switch ($actionAjax) {
|
||||
$result['DEL_INIT_DATE_LABEL'] = DateTime::convertUtcToTimeZone($dateInitLabel);
|
||||
$result['DEL_DELEGATE_DATE_LABEL'] = DateTime::convertUtcToTimeZone($dateDelLabel);
|
||||
$result['DEL_FINISH_DATE_LABEL'] = DateTime::convertUtcToTimeZone($dateEndLabel);
|
||||
$result['APP_DISABLE_ACTION_DATE_LABEL'] = DateTime::convertUtcToTimeZone($disableActionLabel);
|
||||
$result['APP_ENABLE_ACTION_DATE_LABEL'] = DateTime::convertUtcToTimeZone($enableActionLabel);
|
||||
$process[] = $result;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user