BUG 15400 La opcion Process Information del Case Information Menu no funciona SOLVED

- "Configuration" class not included
- Include "Configuration" class in the requested function
This commit is contained in:
Julio Cesar Laura
2014-07-11 12:36:20 -04:00
parent ff6ff61c00
commit 904819f15f

View File

@@ -334,6 +334,7 @@ class Ajax
$processData['PRO_AUTHOR'] = '(USER DELETED)';
}
G::LoadClass('configuration');
$conf = new Configurations();
$conf->getFormats();
$processData['PRO_CREATE_DATE'] = $conf->getSystemDate($processData['PRO_CREATE_DATE']);