This commit is contained in:
2026-01-20 19:11:43 +01:00
parent 96b6be3398
commit 044096c8d7

View File

@@ -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': {},