Fix object field name.
This commit is contained in:
parent
17d41d7f99
commit
13766be8cb
@ -56,7 +56,7 @@
|
|||||||
|
|
||||||
<td ng-class="{'text-warning': operation.sold < 0, 'text-danger':
|
<td ng-class="{'text-warning': operation.sold < 0, 'text-danger':
|
||||||
operation.sold < operationsCtrl.account.authorized_overdraft}">
|
operation.sold < operationsCtrl.account.authorized_overdraft}">
|
||||||
{{ operation.sold | currency:"€" }}
|
{{ operation.balance | currency:"€" }}
|
||||||
</td>
|
</td>
|
||||||
|
|
||||||
<td>
|
<td>
|
||||||
|
Loading…
Reference in New Issue
Block a user