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">
|
<div class="radio">
|
||||||
<label><input type="radio" name="optfreight" checked="checked" value='0'
|
<input type="radio" name="optfreight" checked="checked" value='0'
|
||||||
id="optfreight"> Basic Amount</label>
|
id="optfreightBasicAmount"> <label for="optfreightBasicAmount">Basic Amount</label>
|
||||||
</div>
|
</div>
|
||||||
<br>
|
<br>
|
||||||
<div class="radio">
|
<div class="radio">
|
||||||
<label><input type="radio" name="optfreight" id="optfreight" value='1'> After
|
<input type="radio" name="optfreight" id="optfreightDiscountAmount" value='1'>
|
||||||
Discount Amount</label>
|
<label for="optfreightDiscountAmount"> After Discount Amount</label>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user