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

the return of costs maybe not being negative

parent 6bee43b9
No related branches found
No related tags found
1 merge request!3386Cost budget and economy js fixes mostly for house servants
......@@ -2421,7 +2421,11 @@ for(var i = 0; i < State.variables.lastWeeksCashIncome.length; i++){
<tr>
<td>Expenses budget for week <<print ($week+1)>></td>
<td></td>
<td>@@.red;<<print cashFormat($costs)>>@@</td>
<td><<if $costs < 0>>
@@.yellowgreen;+<<print cashFormat($costs)>>@@
<<else>>
@@.red;<<print cashFormat($costs)>>@@
<</if>></td>
<td></td>
</tr>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment