HOR-1316 Agregar el campo DEPO_TITLE en la tabla DEPARTMENT

This commit is contained in:
Ronald Q
2016-06-29 11:52:56 -04:00
parent e8caa0ae5d
commit 5c79eb30da
10 changed files with 130 additions and 106 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'];