Fix #216 Tax Percent Float limitation
This commit is contained in:
+1
-1
@@ -15,7 +15,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="form-group">
|
<div class="form-group">
|
||||||
<label>Percent <strong class="text-danger">*</strong></label>
|
<label>Percent <strong class="text-danger">*</strong></label>
|
||||||
<input type="number" min="0" class="form-control col-md-2" name="percent">
|
<input type="number" min="0" step="any" class="form-control col-md-4" name="percent">
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="modal-footer bg-white">
|
<div class="modal-footer bg-white">
|
||||||
|
|||||||
+1
-1
@@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
<div class="form-group">
|
<div class="form-group">
|
||||||
<label>Percent <strong class="text-danger">*</strong></label>
|
<label>Percent <strong class="text-danger">*</strong></label>
|
||||||
<input type="number" min="0" class="form-control col-md-2" name="percent" value="<?php echo $tax_percent; ?>">
|
<input type="number" min="0" step="any" class="form-control col-md-4" name="percent" value="<?php echo $tax_percent; ?>">
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user