alterpurchaseorder- issue fix-2 vadivel
This commit is contained in:
parent
1235d4e8cf
commit
1f37ee66e2
@ -55,17 +55,11 @@ if (!empty($INRSYMBOL)) {
|
||||
.txtSpcialInstruction{
|
||||
background-color: #f4f9fb;
|
||||
}
|
||||
#packagingcalmodel {
|
||||
margin-top: 200px;
|
||||
z-index: 1080 !important;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
#freightmodel {
|
||||
margin-top: 200px;
|
||||
z-index: 1080 !important;
|
||||
}
|
||||
|
||||
|
||||
#ExciseDutyCalModel {
|
||||
margin-top: 200px;
|
||||
@ -4362,8 +4356,6 @@ if (!empty($INRSYMBOL)) {
|
||||
|
||||
<div class="row " id="potaxes" style="display:none;" >
|
||||
<div class="col-md-12 p-4">
|
||||
|
||||
|
||||
|
||||
<div class="row">
|
||||
<!-- Revenue po taxes -->
|
||||
@ -4567,9 +4559,6 @@ if (!empty($INRSYMBOL)) {
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@ -4597,7 +4586,7 @@ if (!empty($INRSYMBOL)) {
|
||||
style="display: none;">
|
||||
<div class="modal-dialog modal-lg">
|
||||
<div class="modal-content"
|
||||
style="border: 1px solid #ddd; margin-top: 73px; box-shadow: 0 0 40px rgb(0 0 0 / 43%);">
|
||||
>
|
||||
<div class="modal-header">
|
||||
<h4 class="modal-title">Packing Calculation On <span id="WeightTitle"></span></h4>
|
||||
<button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button>
|
||||
@ -4808,8 +4797,8 @@ if (!empty($INRSYMBOL)) {
|
||||
|
||||
|
||||
<div id="freightmodel" class="modal fade" data-backdrop-limit="1" tabindex="-1" role="dialog"
|
||||
aria-labelledby="myModalLabel">
|
||||
<div class="modal-dialog">
|
||||
aria-labelledby="myModalLabel" aria-hidden="true" data-bs-backdrop="static" data-bs-keyboard="false">
|
||||
<div class="modal-dialog modal-lg">
|
||||
|
||||
<!-- Modal content-->
|
||||
<div class="modal-content">
|
||||
@ -4817,24 +4806,25 @@ if (!empty($INRSYMBOL)) {
|
||||
|
||||
<h4 class="modal-title">Freight Calculation On</h4>
|
||||
</div>
|
||||
<div class="modal-body">
|
||||
<form>
|
||||
<div class="modal-body p-4">
|
||||
|
||||
|
||||
<div class="radio">
|
||||
<label><input type="radio" name="optfreight" checked="checked" value='0'
|
||||
id="optfreight"> Basic Amount</label>
|
||||
</div>
|
||||
<br>
|
||||
<div class="radio">
|
||||
<label><input type="radio" name="optfreight" id="optfreight" value='1'> After
|
||||
Discount Amount</label>
|
||||
</div>
|
||||
</form>
|
||||
|
||||
</div>
|
||||
<div class="modal-footer">
|
||||
<a class="btn btn-cancel" data-dismiss="modal" style="margin-top: -24px;"
|
||||
<a class="btn btn-danger" data-dismiss="modal"
|
||||
value="Cancel">Cancel</a>
|
||||
<a class="btn btn-success" ID="freightOption" onclick="setfreightOption();"
|
||||
style="margin-top: -24px;"> <span class="bold">Ok</span></a>
|
||||
><span class="bold">Ok</span></a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user