From 57b4846948e2d33db04904cfd7bd314c0c6946a4 Mon Sep 17 00:00:00 2001 From: Alexis Lahouze Date: Sun, 6 Mar 2016 22:44:30 +0100 Subject: [PATCH] Fix order. --- accountant/frontend/static/views/operations.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/accountant/frontend/static/views/operations.html b/accountant/frontend/static/views/operations.html index bf6dc76..fdf1fdd 100644 --- a/accountant/frontend/static/views/operations.html +++ b/accountant/frontend/static/views/operations.html @@ -53,7 +53,7 @@ + ng-repeat="operation in operations | orderBy:['-operation_date', '-value', 'label']">