Fix order.

This commit is contained in:
Alexis Lahouze 2016-03-06 22:44:30 +01:00
parent 9434e598e8
commit 57b4846948
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@
<tr id="{{ operation.id }}" class="form-inline"
ng-class="{stroke: operation.canceled, italic: !operation.confirmed, warning: operation.sold < 0, danger: operation.sold < account.authorized_overdraft}"
ng-repeat="operation in operations">
ng-repeat="operation in operations | orderBy:['-operation_date', '-value', 'label']">
<td>
<span editable-text="operation.operation_date"
e-data-date-format="yyyy-MM-dd" e-bs-datepicker