summaryrefslogtreecommitdiff
path: root/app/views/consts.py
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/consts.py')
-rw-r--r--app/views/consts.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/consts.py b/app/views/consts.py
index a4980fb..1879c15 100644
--- a/app/views/consts.py
+++ b/app/views/consts.py
@@ -34,7 +34,7 @@ def const_form(cur=None, obj=None):
def list ():
d = today()
- expenses = ConstExpense.query.order_by(ConstExpense.start).all()
+ expenses = ConstExpense.query.order_by(ConstExpense.description).all()
current = []
old = []