From c641545658bd2be706a3e49e58d21ab9ad2423a1 Mon Sep 17 00:00:00 2001 From: lowercase-donkey <lowercasedonkey@gmail.com> Date: Sun, 20 Jan 2019 00:13:58 -0500 Subject: [PATCH] Costs will always be negative --- src/uncategorized/costsBudget.tw | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/src/uncategorized/costsBudget.tw b/src/uncategorized/costsBudget.tw index dec9dadbae6..6f67d4c7a7a 100644 --- a/src/uncategorized/costsBudget.tw +++ b/src/uncategorized/costsBudget.tw @@ -2361,11 +2361,7 @@ for(var i = 0; i < State.variables.lastWeeksCashIncome.length; i++){ <tr> <td>Expenses budget for week <<print ($week+1)>></td> <td></td> - <td><<if $costs > 0>> - @@.yellowgreen;+<<print cashFormat($costs)>>@@ - <<else>> - @@.red;<<print cashFormat($costs)>>@@ - <</if>></td> + <td>@@.red;<<print cashFormat($costs)>>@@</td> <td></td> </tr> -- GitLab