We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d885bd4 commit 1f82465Copy full SHA for 1f82465
1 file changed
gui/builtinViewColumns/price.py
@@ -33,7 +33,7 @@ def __init__(self, fittingView, params):
33
self.imageId = fittingView.imageList.GetImageIndex("totalPrice_small", "icons")
34
35
def getText(self, stuff):
36
- if stuff.item is None:
+ if stuff.item is None or stuff.item.group.name == "Ship Modifiers":
37
return ""
38
39
sMkt = service.Market.getInstance()
0 commit comments