adjust food and transport score

This commit is contained in:
Gwenhael Le Moine 2015-05-15 09:22:34 +02:00
parent 66a08806f5
commit 34fe6f144b

View file

@ -35,7 +35,7 @@ app.controller( 'DashboardCtrl',
} else if ( account.match( /^Expenses:Car/ ) ) {
return 4;
} else if ( account.match( /^Expenses:(Food|Transport)/ ) ) {
return 6;
return 5;
} else if ( account.match( /^Expenses:(Shopping|Leisure)/ ) ) {
return 9;
} else if ( account.match( /^Expenses:Gadgets/ ) ) {