Fix input type for fee. #758
This commit is contained in:
parent
8f196000a8
commit
3af04a922a
1 changed files with 1 additions and 1 deletions
|
|
@ -57,7 +57,7 @@
|
|||
Fee:
|
||||
</label>
|
||||
<div class="col-lg-9">
|
||||
<input type="number" name="fee" class="form-control m-input" value="{{ service_offering.getFee() }}">
|
||||
<input type="text" name="fee" class="form-control m-input" value="{{ service_offering.getFee() }}">
|
||||
<div class="form-control-feedback hide" data-field="fee"></div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in a new issue