* Add step fields to enable decimal points on fields #342 * Update js-yaml version due to vulnerability scan * Don't seed dev files when env == local * Fix * Fix to be static * Add visibilty keyword
This commit is contained in:
@@ -18,6 +18,7 @@
|
||||
{{ Form::number('fare_'.$fare->id, null, [
|
||||
'class' => 'form-control',
|
||||
'min' => 0,
|
||||
'step' => '0.01',
|
||||
'readonly' => $pirep->read_only]) }}
|
||||
@endif
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user