Remove drone splitting / merging, and introduce drone change qty

This commit is contained in:
blitzmann
2018-08-18 00:39:05 -04:00
parent a37fdf48c8
commit fd83a4b709
9 changed files with 91 additions and 9 deletions

View File

@@ -30,6 +30,8 @@ class FitAddProjectedModuleCommand(wx.Command):
try:
module = Module(item)
if not module.item.isType("projected"):
return False
except ValueError:
return False