Skip to content
Snippets Groups Projects
Commit c6415456 authored by lowercasedonkey's avatar lowercasedonkey
Browse files

Costs will always be negative

parent e2dfb2a2
Branches
Tags
1 merge request!3378Costs will always be negative
...@@ -2361,11 +2361,7 @@ for(var i = 0; i < State.variables.lastWeeksCashIncome.length; i++){ ...@@ -2361,11 +2361,7 @@ for(var i = 0; i < State.variables.lastWeeksCashIncome.length; i++){
<tr> <tr>
<td>Expenses budget for week <<print ($week+1)>></td> <td>Expenses budget for week <<print ($week+1)>></td>
<td></td> <td></td>
<td><<if $costs > 0>> <td>@@.red;<<print cashFormat($costs)>>@@</td>
@@.yellowgreen;+<<print cashFormat($costs)>>@@
<<else>>
@@.red;<<print cashFormat($costs)>>@@
<</if>></td>
<td></td> <td></td>
</tr> </tr>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment