javascript test for srp admin dashboard

This commit is contained in:
2020-03-06 19:47:38 -06:00
parent 188ef7bff5
commit 3f99f327f6

View File

@@ -49,7 +49,7 @@
{{ $row['fleet_type'] }}
</td>
<td><!-- Actual SRP -->
{{ number_format($row['actual_srp', 2, ".", ","]) }}
{{ number_format($row['actual_srp'], 2, ".", ",") }}
</td>
<td><!-- Notes -->
{{ Form::textarea('notes', null, ['class' => 'form-control', 'id' => 'notes', 'rows' => 2, 'cols' => 15, 'style' => 'resize:none']) }}