Se ajusta retorno en el metodo post de output documents.

This commit is contained in:
Daniel Rojas
2014-04-21 11:48:27 -04:00
parent 109a909628
commit 7bc20a109e

View File

@@ -269,7 +269,7 @@ class OutputDocument
}
}
$g->sessionVarRestore();
$response = $this->getCasesOutputDocument($applicationUid, $userUid, $sDocUID);
$response = $this->getCasesOutputDocument($applicationUid, $userUid, $aFields['APP_DOC_UID']);
return $response;
} catch (\Exception $e) {
throw $e;