This commit is contained in:
Paula V. Quispe
2016-08-12 11:10:17 -04:00
parent c17ab87c94
commit 15fca7cf41
2 changed files with 5 additions and 2 deletions

View File

@@ -603,7 +603,7 @@ class Ajax
$cases->reassignCase($_SESSION['APPLICATION'], $_SESSION['INDEX'], $_SESSION['USER_LOGGED'], $TO_USR_UID);
$caseData = $app->load($_SESSION['APPLICATION']);
$userData = $user->load($TO_USR_UID);
//print_r($caseData);
$data['APP_NUMBER'] = $caseData['APP_NUMBER'];
$data['USER'] = $userData['USR_LASTNAME'] . ' ' . $userData['USR_FIRSTNAME']; //TODO change with the farmated username from environment conf
$result->status = 0;