minor changes -vadivel J
This commit is contained in:
parent
4b8b778a55
commit
24fe5d41c1
@ -248,6 +248,10 @@ if (!empty($POItem) && $CapitalRange == '1') {
|
||||
z-index: 1080 !important;
|
||||
}
|
||||
|
||||
.radio input[type="radio"] {
|
||||
pointer-events: auto !important;
|
||||
}
|
||||
|
||||
</style>
|
||||
<script src="<?php echo base_url() ?>public/assets/tinymce/js/tinymce/tinymce.min.js"></script>
|
||||
<script type="text/javascript">
|
||||
@ -1703,16 +1707,16 @@ if (!empty($POItem) && $CapitalRange == '1') {
|
||||
<div class="modal-body p-4">
|
||||
<form>
|
||||
|
||||
<div class="radio">
|
||||
<div >
|
||||
<label>
|
||||
<input type="radio" name="editoptPackaging"
|
||||
value='0' id="editoptPackaging"> Basic Amount</label>
|
||||
<input type="radio" name="editoptPackaging" checked
|
||||
value='0'> Basic Amount</label>
|
||||
</div>
|
||||
<br>
|
||||
<div class="radio">
|
||||
<div >
|
||||
<label>
|
||||
<input type="radio" name="editoptPackaging"
|
||||
id="editoptPackaging" value='1'> After Discount
|
||||
<input type="radio" name="editoptPackaging"
|
||||
value='1'> After Discount
|
||||
Amount </label>
|
||||
</div>
|
||||
</form>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user