Add fitting notes to the ship browser tooltips

This commit is contained in:
blitzmann
2017-05-08 19:20:30 -04:00
parent f022c2474c
commit dd09b3d951
4 changed files with 31 additions and 17 deletions

View File

@@ -252,7 +252,8 @@ def getRecentFits(ownerID=None, where=None, eager=None):
Fit.name,
Fit.modified,
Fit.created,
Fit.timestamp
Fit.timestamp,
Fit.notes
)).order_by(desc(Fit.modified), desc(Fit.timestamp)).limit(50)
fits = eos.db.saveddata_session.execute(q).fetchall()