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

Corrections

parent 00136105
No related branches found
No related tags found
No related merge requests found
...@@ -190,7 +190,7 @@ for(var i = 0; i < State.variables.lastWeeksCashIncome.length; i++){ ...@@ -190,7 +190,7 @@ for(var i = 0; i < State.variables.lastWeeksCashIncome.length; i++){
<<if $lastWeeksCashIncome.brothelAds || $lastWeeksCashExpenses.brothelAds>> <<if $lastWeeksCashIncome.brothelAds || $lastWeeksCashExpenses.brothelAds>>
<tr> <tr>
<td>[[Brothel Ads|Brothel][$nextButton = "Back to Budget", $nextLink = "Costs Budget"]]</td> <td>[[Brothel Ads|Brothel Advertisement][$nextButton = "Back to Budget", $nextLink = "Costs Budget"]]</td>
<td>$lastWeeksCashIncome.brothelAds</td> <td>$lastWeeksCashIncome.brothelAds</td>
<td>$lastWeeksCashExpenses.brothelAds</td> <td>$lastWeeksCashExpenses.brothelAds</td>
<td> <td>
...@@ -214,7 +214,7 @@ for(var i = 0; i < State.variables.lastWeeksCashIncome.length; i++){ ...@@ -214,7 +214,7 @@ for(var i = 0; i < State.variables.lastWeeksCashIncome.length; i++){
<<if $lastWeeksCashIncome.clubAds || $lastWeeksCashExpenses.clubAds>> <<if $lastWeeksCashIncome.clubAds || $lastWeeksCashExpenses.clubAds>>
<tr> <tr>
<td>[[Brothel Ads|Brothel][$nextButton = "Back to Budget", $nextLink = "Costs Budget"]]</td> <td>[[Club Ads|Club Advertisement][$nextButton = "Back to Budget", $nextLink = "Costs Budget"]]</td>
<td>$lastWeeksCashIncome.clubAds</td> <td>$lastWeeksCashIncome.clubAds</td>
<td>$lastWeeksCashExpenses.clubAds</td> <td>$lastWeeksCashExpenses.clubAds</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