javascript test for srp admin dashboard
This commit is contained in:
@@ -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']) }}
|
||||
|
||||
Reference in New Issue
Block a user