diff --git a/400-SOURCECODE/AIAHTML5.Web/app/controllers/DAController.js b/400-SOURCECODE/AIAHTML5.Web/app/controllers/DAController.js
index 62136a5..0602290 100644
--- a/400-SOURCECODE/AIAHTML5.Web/app/controllers/DAController.js
+++ b/400-SOURCECODE/AIAHTML5.Web/app/controllers/DAController.js
@@ -8028,7 +8028,7 @@ AIA.controller("DAController", ["$scope", "$rootScope", "$compile", "$http", "$l
//if user seelcted any term and serached before gender cnage then itshould be highlighted in chnaged gender
- if ((($rootScope.isListManagerSelected == true) ||
+ if ((($rootScope.isListManagerSelected == true) || $rootScope.isListManagerAlreadySelected == true ||
($rootScope.isHighLight == true && $rootScope.previousHighlightList != null
&& $rootScope.previousHighlightList.length > 0))
&& (($rootScope.isGenderChnage == true) || $rootScope.isViewChange == true)) {