alterpurchaseorder modal fix 2 - vadivel J

This commit is contained in:
vadivel J 2024-09-21 10:56:45 +05:30
parent 4ec0e24c61
commit e8ffc9ea4b

View File

@ -4837,13 +4837,13 @@ if (!empty($INRSYMBOL)) {
<div class="radio">
<label><input type="radio" name="optfreight" checked="checked" value='0'
id="optfreight"> Basic Amount</label>
<input type="radio" name="optfreight" checked="checked" value='0'
id="optfreightBasicAmount"> <label for="optfreightBasicAmount">Basic Amount</label>
</div>
<br>
<div class="radio">
<label><input type="radio" name="optfreight" id="optfreight" value='1'> After
Discount Amount</label>
<input type="radio" name="optfreight" id="optfreightDiscountAmount" value='1'>
<label for="optfreightDiscountAmount"> After Discount Amount</label>
</div>
</div>