From b4cbc6b82b6d7837ff1cf0d70bedb1fb086499df Mon Sep 17 00:00:00 2001 From: umasoodch Date: Thu, 3 Nov 2022 12:42:21 +0300 Subject: [PATCH] fixed moe issues --- Mohem/src/app/my-team/details/details.component.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Mohem/src/app/my-team/details/details.component.html b/Mohem/src/app/my-team/details/details.component.html index 50fa47a3..bba72512 100644 --- a/Mohem/src/app/my-team/details/details.component.html +++ b/Mohem/src/app/my-team/details/details.component.html @@ -36,7 +36,7 @@

{{ts.trPK('userProfile','role')}}

- {{jobName}} + {{employee.POSITION_NAME}}

{{ts.trPK('userProfile','empNo')}}

@@ -502,7 +502,7 @@

{{ts.trPK('userProfile','job')}}

-

{{jobName}}

+

{{employee.POSITION_NAME}}

{{ts.trPK('userProfile','payrol')}}

@@ -514,7 +514,7 @@
-->

{{ts.trPK('userProfile','position')}}

-

{{jobName}}

+

{{employee.POSITION_NAME}}

{{ts.trPK('userProfile','grade')}}