mirror of
https://github.com/itflow-org/itflow
synced 2026-03-10 07:44:50 +00:00
Fix #216 Tax Percent Float limitation
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
|
||||
<div class="form-group">
|
||||
<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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user