diff --git a/inventory_provider/db/ims_data.py b/inventory_provider/db/ims_data.py
index df9026d17f54572d9bbc11d24fa3821e7e8e9fe6..83d692ddc84685d1993f56c25dc08ccf2e2ac64a 100644
--- a/inventory_provider/db/ims_data.py
+++ b/inventory_provider/db/ims_data.py
@@ -388,6 +388,7 @@ def get_node_locations(ds: IMS):
             pass  # no alias - ignore silently
 
         for node in site['nodes']:
+            #[LG-46]
             if node['inventorystatusid'] != InventoryStatus.IN_SERVICE.value:
                 continue
 
@@ -464,6 +465,7 @@ def lookup_lg_routers(ds: IMS):
         for node in nodes:
             if not _matching_node(node):
                 continue
+            # [LG - 46]
             if node['inventorystatusid'] != InventoryStatus.IN_SERVICE.value:
                 continue