fix in ABE
This commit is contained in:
@@ -58,10 +58,9 @@ if (isset($_GET['BROWSER_TIME_ZONE_OFFSET'])) {
|
||||
$record['APP_DATA'] = $caseFields['APP_DATA'];
|
||||
|
||||
if (is_null($caseFields['DEL_FINISH_DATE'])) {
|
||||
$record = \ProcessMaker\Util\DateTime::convertUtcToTimeZone($record);
|
||||
$a = new pmDynaform($record);
|
||||
|
||||
$a->printABE($action, $record);
|
||||
$a->printABE($action,$record);
|
||||
} else {
|
||||
$G_PUBLISH->AddContent(
|
||||
'xmlform',
|
||||
|
||||
Reference in New Issue
Block a user