diff --git a/Mohem/src/app/eit/home/home.component.ts b/Mohem/src/app/eit/home/home.component.ts
index 05bd9d7d..48026e4a 100644
--- a/Mohem/src/app/eit/home/home.component.ts
+++ b/Mohem/src/app/eit/home/home.component.ts
@@ -65,8 +65,10 @@ export class HomeComponent implements OnInit {
this.cs.openEitListPage();
} else if (menuEntry.REQUEST_TYPE === 'BASIC_DETAILS') {
this.cs.openProfile('basicDetails');
- } else if (menuEntry.REQUEST_TYPE === 'ADDRESS') {
- this.cs.openProfile('address');
+ } else if (menuEntry.REQUEST_TYPE === 'ADDRESS' || menuEntry.REQUEST_TYPE === 'PHONE_NUMBERS') {
+ this.cs.openProfile('contact');
+ } else if (menuEntry.REQUEST_TYPE === 'CONTACT') {
+ this.cs.openProfile('family');
}
if (menuEntry.REQUEST_TYPE === 'PAYSLIP') {
this.cs.openPayslipPage();
diff --git a/Mohem/src/app/home/home.page.ts b/Mohem/src/app/home/home.page.ts
index f75eadf0..cd57c27f 100644
--- a/Mohem/src/app/home/home.page.ts
+++ b/Mohem/src/app/home/home.page.ts
@@ -372,7 +372,9 @@ export class HomePage implements OnInit {
this.openNotificationsDashbored();
this.showOpenMissingSwipes();
this.showAttendanceTracking();
- this.getAccrualBalance();
+ var accrualBalance = this.common.sharedService.getSharedData('leaveAccrualBalance', false);
+ if (!accrualBalance)
+ this.getAccrualBalance();
}
public Vacation_Rule() {
diff --git a/Mohem/src/app/profile/home/home.component.html b/Mohem/src/app/profile/home/home.component.html
index f47eb954..287f4038 100644
--- a/Mohem/src/app/profile/home/home.component.html
+++ b/Mohem/src/app/profile/home/home.component.html
@@ -117,14 +117,14 @@
-
-