diff --git a/inventory-manager.lic b/inventory-manager.lic index 6d58c30ae1..17bb2705db 100644 --- a/inventory-manager.lic +++ b/inventory-manager.lic @@ -523,7 +523,7 @@ class InventoryManager end def strip_nesting(item) - if (match = /^(?[a-z "':!-]*(?\(closed\))?)\s\((?(?nested container[A-Za-z "':!-]*)\s\()?(?
in container[a-z '-]*)\)?\)\s(?\(.*\))$/i.match(item)) + if (match = /^(?[a-z "':!-]*(?\(closed\))?)\s\((?(?nested container[a-z "':!-]*)\s\()?(?
in container[a-z "':!-]*)\)?\)\s(?\(.*\))$/i.match(item)) return "#{match["tap"]} #{match["origin"]}" else return item