Skip to content

Commit ba722e6

Browse files
committed
Update identities-doublon.service.ts
1 parent 0412ebf commit ba722e6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/management/identities/identities-doublon.service.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,10 @@ export class IdentitiesDoublonService extends AbstractIdentitiesService {
133133
...identity1.inetOrgPerson.employeeNumber,
134134
...identity2.inetOrgPerson.employeeNumber,
135135
];
136+
identity1.inetOrgPerson.departmentNumber = [
137+
...identity1.inetOrgPerson.departmentNumber,
138+
...identity2.inetOrgPerson.departmentNumber,
139+
];
136140
// si supann est present
137141
if (
138142
identity1.additionalFields.objectClasses.includes('supannPerson') &&

0 commit comments

Comments
 (0)