Packaing Option error issue fixed

This commit is contained in:
gandhimathi Bharathirajan 2017-06-19 17:50:55 +05:30
parent b08f47b8df
commit ae54f82fcf

View File

@ -853,8 +853,9 @@ function calculatePackaging(isEdit)
}
else
{
AfterExciseDuty = <?php echo EXCISE_ONBASIC_PACKAGING; ?>;
var AfterPackaging = parseFloat($('#txtAfterPackaging').val());
AfterExciseDuty = <?php echo EXCISE_ONBASIC_PACKAGING; ?>;
}
}
var ExciseVal = parseFloat(AfterExciseDuty).toFixed(2);