srp form
This commit is contained in:
@@ -51,7 +51,7 @@
|
||||
</td>
|
||||
<td><!-- Actual SRP -->
|
||||
{{ number_format($row['actual_srp'], 2, ".", ",") }}
|
||||
{{ Form::hidden('actual_srp', $row['actual_srp'], ['class' => 'form-control']) }}
|
||||
{{ Form::hidden('paid_value', $row['actual_srp'], ['class' => 'form-control']) }}
|
||||
</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