Change in the definition of name in the export process

This commit is contained in:
Hector Cortez
2011-02-15 21:09:37 +00:00
parent fff45fe580
commit 0b24de8424
2 changed files with 2 additions and 2 deletions

View File

@@ -2163,7 +2163,7 @@ class Processes {
*/
function serializeProcess ( $sProUid = '') {
$oProcess = new Process( );
$oData->process = $this->getProcessRow( $sProUid, true );
$oData->process = $this->getProcessRow( $sProUid, false);
$oData->tasks = $this->getTaskRows( $sProUid );
$oData->routes = $this->getRouteRows( $sProUid );
$oData->lanes = $this->getLaneRows( $sProUid );