mirror of
https://github.com/gwenhael-le-moine/ledgerrb.git
synced 2025-01-13 08:01:20 +01:00
adjust food and transport score
This commit is contained in:
parent
66a08806f5
commit
34fe6f144b
1 changed files with 1 additions and 1 deletions
|
@ -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/ ) ) {
|
||||
|
|
Loading…
Reference in a new issue