Se corrige la respuesta en delete (dynaforms e inputdocuments) para PROCESS SUPERVISOR,

This commit is contained in:
Daniel Rojas
2014-03-11 13:05:08 -04:00
parent 46c4482a70
commit 9c199da2b5
2 changed files with 2 additions and 2 deletions

View File

@@ -848,7 +848,6 @@ class ProcessSupervisor
*/
public function removeInputDocumentSupervisor($sProcessUID, $sPuiUID)
{
$oConnection = \Propel::getConnection(\StepSupervisorPeer::DATABASE_NAME);
try {
$oInputDocumentSupervidor = \StepSupervisorPeer::retrieveByPK($sPuiUID);
if (!is_null($oInputDocumentSupervidor)) {
@@ -858,7 +857,6 @@ class ProcessSupervisor
throw (new \Exception('This row does not exist!'));
}
} catch (Exception $oError) {
$oConnection->rollback();
throw ($oError);
}
}