GWM : product unit price issue

This commit is contained in:
Gowtham M 2025-08-30 14:32:40 +05:30
parent 184175000c
commit 6371290198

View File

@ -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">