diff --git a/src/app/simulator/shared/services/current-year/current-year.service.ts b/src/app/simulator/shared/services/current-year/current-year.service.ts
index c6070c113abde558cd569b7370e4b1b49e934bcb..7993cead289aa53eae51d7beaf74833962ee45a7 100644
--- a/src/app/simulator/shared/services/current-year/current-year.service.ts
+++ b/src/app/simulator/shared/services/current-year/current-year.service.ts
@@ -135,7 +135,8 @@ export class CurrentYearService {
   }
 
   getFinancialCurrentYear(): number {
-    return this.sessionService.getItem<number>(this.financial);
+    return 2017;
+    // return this.sessionService.getItem<number>(this.financial);
   }
 
   getDailyChargeAmountCurrentYear(): number {