adding UID and description in second line of each row of the grid

This commit is contained in:
safan
2011-02-16 13:21:02 +00:00
parent c34dce796c
commit 56305671ca
2 changed files with 59 additions and 28 deletions

View File

@@ -47,8 +47,8 @@ if($aData['ROU_TYPE'] != 'SEQUENTIAL')
//$sGatewayUID = $oProcessMap->saveNewGateway($aData['PROCESS'], $aData['TASK'][0], $aData['ROU_NEXT_TASK'][0]);
//echo $sGatewayUID.'|';
}
else
echo $aData['ROU_EVN_UID'].'|'; //sending route_event_uid in response
//else
// echo $aData['ROU_EVN_UID'].'|'; //sending route_event_uid in response
G::LoadClass('tasks');
$oTasks = new Tasks();