GWM : product unit price issue
This commit is contained in:
parent
184175000c
commit
6371290198
@ -197,7 +197,7 @@
|
||||
|
||||
<div class="form-group col-md-3">
|
||||
<label class="col-form-label">Unit Price (Including Tax)<span class="text-danger">*</span></label>
|
||||
<input type="number" class="form-control" name="total_amount" placeholder="Total Price" value="<?= isset($products['total_amount']) ? $products['total_amount'] : '' ?>" required >
|
||||
<input type="number" step="0.01" class="form-control" name="total_amount" placeholder="Total Price" value="<?= isset($products['total_amount']) ? $products['total_amount'] : '' ?>" required >
|
||||
</div>
|
||||
|
||||
<div class="form-group col-md-3">
|
||||
|
||||
Loading…
Reference in New Issue
Block a user