diff --git a/modules/purchase_trade/weight_report.py b/modules/purchase_trade/weight_report.py index d3380a2..20aa2df 100644 --- a/modules/purchase_trade/weight_report.py +++ b/modules/purchase_trade/weight_report.py @@ -48,7 +48,7 @@ class WeightReport(ModelSQL, ModelView): @classmethod def __setup__(cls): super().__setup__() - cls._order = [('created_date', 'DESC')] + cls._order = [('report_date', 'DESC')] # cls._buttons.update({ # 'import_json': {}, # 'export_json': {},