Fix bad index for fit notes which causes exception on recent fits

This commit is contained in:
blitzmann
2017-05-08 22:38:18 -04:00
parent 21a071ea40
commit 0e81c985a3

View File

@@ -992,7 +992,7 @@ class ShipBrowser(wx.Panel):
fit[1],
False,
fit[2],
fit[3]
fit[4]
),
shipItem.ID,
))