PMCORE-3700

This commit is contained in:
Paula Quispe
2022-04-20 16:27:02 -04:00
parent fb3658d7ca
commit a0c317d7da
2 changed files with 2 additions and 2 deletions

View File

@@ -49,7 +49,7 @@ switch ($actionAjax) {
}
$response = new stdclass();
$response->data = DateTime::convertUtcToTimeZone($process);
$response->data = $process;
$response->totalCount = $totalCount;
echo G::json_encode($response);