PMCORE-3335

This commit is contained in:
Paula Quispe
2021-09-16 17:38:22 -04:00
parent ba1aeb9f95
commit 2fff9aabb1

View File

@@ -544,7 +544,7 @@ class Cases
} catch (Exception $oError) {
$fields['TITLE'] = $oApp->getAppTitle();
$fields['DESCRIPTION'] = '';
$fields['CREATOR'] = '(USER_DELETED)';
$fields['CREATOR'] = G::LoadTranslation('ID_UNASSIGNED');
$fields['CREATE_DATE'] = $oApp->getAppCreateDate();
$fields['UPDATE_DATE'] = $oApp->getAppUpdateDate();
}