alterpurchaseorder modal fix 2 - vadivel J
This commit is contained in:
parent
4ec0e24c61
commit
e8ffc9ea4b
@ -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>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user