removed equity

This commit is contained in:
Gwenhael Le Moine 2014-10-19 10:13:15 +02:00
parent 091058d9ae
commit 14036adf6f

View file

@ -94,7 +94,7 @@ app.controller( 'BalanceCtrl',
$scope.balance = {
buckets: [ { categories: 'Expenses',
score_threshold: 0 },
{ categories: 'Income Equity',
{ categories: 'Income',
score_threshold: 0 } ],
details: {}
};