reset outstandings

This commit is contained in:
2016-07-14 00:27:49 +02:00
parent a3d170be77
commit 828ca7a228
3 changed files with 27 additions and 5 deletions
@@ -100,7 +100,7 @@
</div>
<div style="margin-top: 2em; text-align: center;">
<span ng-repeat="user in accountUsers" ng-click="openExpenses(user)" class="clickable">{{user.name}} {{user.outstandingAmount}}&nbsp;<br/></span>
<span ng-repeat="user in accountUsers" ng-click="openOutstandings(user)" class="clickable">{{user.name}} {{user.outstandingAmount}}&nbsp;<br/></span>
</div>