Packaing Option error issue fixed
This commit is contained in:
parent
b08f47b8df
commit
ae54f82fcf
@ -853,8 +853,9 @@ function calculatePackaging(isEdit)
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
AfterExciseDuty = <?php echo EXCISE_ONBASIC_PACKAGING; ?>;
|
|
||||||
var AfterPackaging = parseFloat($('#txtAfterPackaging').val());
|
var AfterPackaging = parseFloat($('#txtAfterPackaging').val());
|
||||||
|
AfterExciseDuty = <?php echo EXCISE_ONBASIC_PACKAGING; ?>;
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
var ExciseVal = parseFloat(AfterExciseDuty).toFixed(2);
|
var ExciseVal = parseFloat(AfterExciseDuty).toFixed(2);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user