diff --git a/400-SOURCECODE/AIAHTML5.Web/app/controllers/DAController.js b/400-SOURCECODE/AIAHTML5.Web/app/controllers/DAController.js
index 53f69c9..d4a9c53 100644
--- a/400-SOURCECODE/AIAHTML5.Web/app/controllers/DAController.js
+++ b/400-SOURCECODE/AIAHTML5.Web/app/controllers/DAController.js
@@ -6730,9 +6730,15 @@ AIA.controller("DAController", ["$scope", "$rootScope", "$compile", "$http", "$l
// $rootScope.isListManagerSelected = false;
$rootScope.CloseListManager();
- $rootScope.isHighlightBodyByBodySystem = false;
- if ($rootScope.isHighLight == true) {
+ if ($rootScope.isHighlightBodyByBodySystem) {
+ $rootScope.isHighlightBodyByBodySystem = false;
+ //to make the system highlight if the body systme highlighted than Normal and again highlight
+ $scope.isbodySystemHighlight = true;
+ }
+ // $rootScope.isHighlightBodyByBodySystem = false;
+
+ if ($rootScope.isHighLight == true) {
}
else {