modified process options grid view as per Dynaform gird and added trigger form
This commit is contained in:
@@ -55,8 +55,13 @@ try {
|
||||
$oMap = new processMap();
|
||||
$oCriteria = $oMap->getOutputDocumentsCriteria($fields['PRO_UID'] );
|
||||
|
||||
$result->success = true;
|
||||
$result->msg = G::LoadTranslation('ID_OUTPUTDOCUMENT_REMOVED');
|
||||
}
|
||||
catch (Exception $oException) {
|
||||
die($oException->getMessage());
|
||||
catch (Exception $e) {
|
||||
$result->success = false;
|
||||
$result->msg = $e->getMessage();
|
||||
//die($oException->getMessage());
|
||||
}
|
||||
print G::json_encode($result);
|
||||
?>
|
||||
Reference in New Issue
Block a user