This commit is contained in:
2019-06-30 23:16:20 -05:00
parent 80fd882815
commit a4eb4d58ae
2 changed files with 2 additions and 2 deletions

View File

@@ -45,7 +45,7 @@ class SRPAdminController extends Controller
$temp['character_name'] = $r['character_name'];
$temp['fleet_commander_name'] = $r['fleet_commander_name'];
$temp['zkillboard'] = $r['zkillboard'];
$temp['loss_value'] = number_format($r['loss_value'], 2, '.', ',');
$temp['loss_value'] = $r['loss_value'];
//Get the ship type
foreach($shipTypes as $s) {
if($r['ship_type'] == $s->code) {

View File

@@ -36,7 +36,7 @@
<a href="{{ $row['zkillboard'] }}" target="_blank">zKill Link</a>
</td>
<td>
{{ $row['loss_value'] }}
{{ number_format($row['loss_value'], 2, '.', ',') }}
</td>
<td>
{{ $row['ship_type'] }}