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

fix labs

parent 5b39e02c
No related branches found
No related tags found
1 merge request!3370Fix labs in costReport
...@@ -409,7 +409,6 @@ for(var i = 0; i < State.variables.lastWeeksCashIncome.length; i++){ ...@@ -409,7 +409,6 @@ for(var i = 0; i < State.variables.lastWeeksCashIncome.length; i++){
<td>[[Research Lab][$nextButton = "Back to Budget", $nextLink = "Costs Budget"]] maintenance</td> <td>[[Research Lab][$nextButton = "Back to Budget", $nextLink = "Costs Budget"]] maintenance</td>
<td>@@.yellowgreen;<<print cashFormat(Math.trunc($lastWeeksCashIncome.lab))>>@@</td> <td>@@.yellowgreen;<<print cashFormat(Math.trunc($lastWeeksCashIncome.lab))>>@@</td>
<td> <td>
<<set $lastWeeksCashExpenses.lab = (100*$researchLab.maxSpace)>>
<<= cashNumFormat($lastWeeksCashExpenses.lab)>> <<= cashNumFormat($lastWeeksCashExpenses.lab)>>
</td> </td>
<td> <td>
......
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