Fix order.
This commit is contained in:
parent
9434e598e8
commit
57b4846948
@ -53,7 +53,7 @@
|
|||||||
|
|
||||||
<tr id="{{ operation.id }}" class="form-inline"
|
<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-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>
|
<td>
|
||||||
<span editable-text="operation.operation_date"
|
<span editable-text="operation.operation_date"
|
||||||
e-data-date-format="yyyy-MM-dd" e-bs-datepicker
|
e-data-date-format="yyyy-MM-dd" e-bs-datepicker
|
||||||
|
Loading…
Reference in New Issue
Block a user