This commit is contained in:
parent
535fa21b87
commit
d0e5089a06
1 changed files with 2 additions and 1 deletions
|
|
@ -1745,7 +1745,8 @@ namespace BMA.EHR.DisciplineDisciplinary.Service.Controllers
|
|||
FirstName = item.FirstName,
|
||||
LastName = item.LastName,
|
||||
//Organization = item.Organization,
|
||||
Organization = (item.child4 == null ? "" : item.child4 + " ") +
|
||||
Organization = (item.Position == null ? "" : item.Position + " ") +
|
||||
(item.child4 == null ? "" : item.child4 + " ") +
|
||||
(item.child3 == null ? "" : item.child3 + " ") +
|
||||
(item.child2 == null ? "" : item.child2 + " ") +
|
||||
(item.child1 == null ? "" : item.child1 + " ") +
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue