Skip to content
Snippets Groups Projects
Commit dbc18406 authored by Pregmodder's avatar Pregmodder
Browse files

Merge branch 'fix' into 'pregmod-master'

small fix

See merge request pregmodfan/fc-pregmod!4098
parents a6480623 c9196b16
No related branches found
No related tags found
1 merge request!4098small fix
......@@ -455,7 +455,7 @@
<<if ($args[0].lifetimeRepIncome != 0 || $args[0].lifetimeRepExpenses != 0)>>
<br>
<<set _repTotal = ($args[0].lifetimeRepIncome + $args[0].lifetimeRepExpenses)>>
<<if($cheatMode == 1 || $debugMode == 1)>>
<<if ($cheatMode == 1 || $debugMode == 1)>>
<<if $args[0].lifetimeRepIncome != 0>>
<br>&nbsp;&nbsp;&nbsp;&nbsp;
This week $he has
......@@ -664,4 +664,4 @@ total: 0
<<set $lastWeeksRepExpenses = clone($lastWeeksRepIncome)>>
<<set $lastWeeksRepProfits = clone($lastWeeksRepIncome)>>
<</widget>>
\ No newline at end of file
<</widget>>
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