From 892a73f5fa479679324239ffda89f763f80a6535 Mon Sep 17 00:00:00 2001 From: ezsh <ezsh.junk@gmail.com> Date: Sat, 19 Jan 2019 14:37:55 +0100 Subject: [PATCH] Format numbers as cash for the budget report table There are computations involved for some of the table cells, that might result in long decimals. It makes sense to round them to 2 decimal digits (the way money are formatted). Other cells are formatted in this way to unify the look. --- src/uncategorized/costsBudget.tw | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/uncategorized/costsBudget.tw b/src/uncategorized/costsBudget.tw index 87737a92ae3..583691232a9 100644 --- a/src/uncategorized/costsBudget.tw +++ b/src/uncategorized/costsBudget.tw @@ -353,7 +353,7 @@ for(var i = 0; i < State.variables.lastWeeksCashIncome.length; i++){ <</if>> // <</if>> - + <<if $lastWeeksCashIncome.cyberMod || $lastWeeksCashExpenses.cyberMod>> -- GitLab