\n discipline
This commit is contained in:
parent
26be9d691f
commit
4a13a7b06a
1 changed files with 5 additions and 5 deletions
|
|
@ -1455,11 +1455,11 @@ namespace BMA.EHR.DisciplineDisciplinary.Service.Controllers
|
||||||
FirstName = item.FirstName,
|
FirstName = item.FirstName,
|
||||||
LastName = item.LastName,
|
LastName = item.LastName,
|
||||||
//Organization = item.Organization,
|
//Organization = item.Organization,
|
||||||
Organization = (item.Position == null ? "" : item.Position + " ") +
|
Organization = (item.Position == null ? "" : item.Position + "\n") +
|
||||||
(item.child4 == null ? "" : item.child4 + " ") +
|
(item.child4 == null ? "" : item.child4 + "\n") +
|
||||||
(item.child3 == null ? "" : item.child3 + " ") +
|
(item.child3 == null ? "" : item.child3 + "\n") +
|
||||||
(item.child2 == null ? "" : item.child2 + " ") +
|
(item.child2 == null ? "" : item.child2 + "\n") +
|
||||||
(item.child1 == null ? "" : item.child1 + " ") +
|
(item.child1 == null ? "" : item.child1 + "\n") +
|
||||||
(item.root == null ? "" : item.root),
|
(item.root == null ? "" : item.root),
|
||||||
|
|
||||||
root = item.root,
|
root = item.root,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue