Merged in qronald/processmaker/HOR-1316 (pull request #4487)

Hor 1316
This commit is contained in:
Julio Cesar Laura Avendaño
2016-07-08 15:58:21 -04:00
13 changed files with 279 additions and 256 deletions

View File

@@ -287,7 +287,7 @@ class wsBase
$oDepartment = new Department();
$aDepartment = $oDepartment->Load( $aRow['DEP_UID'] );
$node['guid'] = $aRow['DEP_UID'];
$node['name'] = $aDepartment['DEPO_TITLE'];
$node['name'] = $aDepartment['DEP_TITLE'];
$node['parentUID'] = $aDepartment['DEP_PARENT'];
$node['dn'] = $aDepartment['DEP_LDAP_DN'];