javascript test for srp admin dashboard

This commit is contained in:
2020-03-06 19:49:25 -06:00
parent ae3147cec8
commit 30595d6c08

View File

@@ -37,7 +37,7 @@
<a href="{{ $row['zkillboard'] }}" target="_blank">zKill Link</a> <a href="{{ $row['zkillboard'] }}" target="_blank">zKill Link</a>
</td> </td>
<td><!-- Total Loss --> <td><!-- Total Loss -->
{{ Form::text('total_loss', number_format($row['loss_value'], 2, ".", ","), ['class' => 'form-control', 'onchange' => 'UpdateTotalLoss(this.Value)']) }} {{ Form::text('total_loss', number_format($row['loss_value'], 2, ".", ","), ['class' => 'form-control', 'onchange' => 'UpdateTotalLoss(this.value)']) }}
</td> </td>
<td><!-- Ship Type --> <td><!-- Ship Type -->
{{ Form::select('ship_type', $viewShipTypes, $row['cost_code']) }} {{ Form::select('ship_type', $viewShipTypes, $row['cost_code']) }}