Updated saving standalone Gateway

This commit is contained in:
girish
2011-02-14 07:11:37 +00:00
parent 2a30e1a637
commit 4b135c0b82

View File

@@ -112,6 +112,7 @@
$fields['GATEWAYS'][$countGateway]['1'] = $value['GAT_TYPE'];
$fields['GATEWAYS'][$countGateway]['2'] = $value['GAT_X'];
$fields['GATEWAYS'][$countGateway]['3'] = $value['GAT_Y'];
$countGateway+=1;
}
}
//$subProcess = $oProcess->createSubProcessesPM($oData->subProcess);