Parallel with Subprocess Asyncrono

R-982
Parallel with Subprocess Asyncrono
This commit is contained in:
Dheeyi William
2016-06-14 10:46:34 -04:00
parent d541f4d583
commit 4491d70e63
2 changed files with 57 additions and 46 deletions

View File

@@ -780,7 +780,7 @@ try {
$aFields['TASK'] = $oDerivation->prepareInformation( array ('USER_UID' => $_SESSION['USER_LOGGED'],'APP_UID' => $_SESSION['APPLICATION'],'DEL_INDEX' => $_SESSION['INDEX']
) );
if (empty( $aFields['TASK'] )) {
throw (new Exception( G::LoadTranslation( 'ID_NO_DERIVATION_RULE' ) ));
}