removing PMGmail
This commit is contained in:
@@ -61,16 +61,7 @@ try {
|
||||
}
|
||||
}
|
||||
if ($aData['OUT_DOC_UID'] == '') {
|
||||
|
||||
if ((isset( $aData['OUT_DOC_TYPE'] )) && ($aData['OUT_DOC_TYPE'] == 'JRXML')) {
|
||||
$dynaformUid = $aData['DYN_UID'];
|
||||
$outDocUid = $oOutputDocument->create( $aData );
|
||||
|
||||
$jbpm = new JavaBridgePM();
|
||||
print $jbpm->generateJrxmlFromDynaform( $outDocUid, $dynaformUid, 'classic' );
|
||||
} else {
|
||||
$outDocUid = $oOutputDocument->create( $aData );
|
||||
}
|
||||
$outDocUid = $oOutputDocument->create( $aData );
|
||||
} else {
|
||||
$oOutputDocument->update( $aData );
|
||||
}
|
||||
@@ -87,4 +78,3 @@ try {
|
||||
G::outRes( G::LoadTranslation("ID_EXCEPTION_LOG_INTERFAZ", array($token)) );
|
||||
die;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user