Skip to content

Commit

Permalink
Merge branch 'master' of bitbucket.org:kfsone/tradedangerous
Browse files Browse the repository at this point in the history
  • Loading branch information
Oliver Smith committed Nov 22, 2014
2 parents 802e233 + e645f1b commit 132179a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prices.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ def dumpPrices(dbFilename, elementMask, stationID=None, file=None, defaultZero=F
Item INNER JOIN Category
USING (category_id)
{stationWhere}
ORDER BY Station.system_id, Station.station_id, Category.name, Item.name
ORDER BY stn.system_id, stn.station_id, Category.name, Item.name
"""
else:
stmt = """
Expand Down

0 comments on commit 132179a

Please sign in to comment.