Fix typo's.

This commit is contained in:
James Cole
2026-08-31 05:39:09 +02:00
parent cfe66a65e4
commit b7b9cac95f
+2 -2
View File
@@ -68,7 +68,7 @@
<td>
@foreach($yearAverage as $avg)
{!! format_amount_by_symbol($avg['avg'], $avg['currency_symbol'], $avg['currency_decimal_places'], true) !!}
@if($convertToPrimary && 0 !== $ag['pc_avg'])
@if($convertToPrimary && 0 !== $avg['pc_avg'])
({!! format_amount_by_symbol($avg['pc_avg'], $primaryCurrency->symbol, $primaryCurrency->decimal_places, true) !!})
@endif
<br>
@@ -80,7 +80,7 @@
<td>
@foreach($overallAverage as $avg)
{!! format_amount_by_symbol($avg['avg'], $avg['currency_symbol'], $avg['currency_decimal_places'], true) !!}
@if($convertToPrimary && 0 !== $ag['pc_avg'])
@if($convertToPrimary && 0 !== $avg['pc_avg'])
({!! format_amount_by_symbol($avg['pc_avg'], $primaryCurrency->symbol, $primaryCurrency->decimal_places, true) !!})
@endif
<br>