diff --git a/application/views/editimportpo.php b/application/views/editimportpo.php
index 381d3dec..42ba4582 100755
--- a/application/views/editimportpo.php
+++ b/application/views/editimportpo.php
@@ -3356,7 +3356,8 @@ function CalculateExciseED1()
}
else
{
- $('#AfterExcisedutyEDcess').val(parseFloat(Math.round(txtexcisetot)));
+ //$('#AfterExcisedutyEDcess').val(parseFloat(Math.round(txtexcisetot)));
+ $('#AfterExcisedutyEDcess').val(parseFloat(txtexcisetot).toFixed(2));
}
CalculateexciseSHcess();
@@ -3380,7 +3381,8 @@ function EditCalculateExciseED1()
}
else
{
- $('#EditAfterExcisedutyEDcess').val(parseFloat(Math.round(txtexcisetot)));
+ //$('#EditAfterExcisedutyEDcess').val(parseFloat(Math.round(txtexcisetot)));
+ $('#EditAfterExcisedutyEDcess').val(parseFloat(txtexcisetot).toFixed(2));
}
EditCalculateexciseSHcess();
diff --git a/application/views/importpo.php b/application/views/importpo.php
index 0a68d5e4..d99ced98 100755
--- a/application/views/importpo.php
+++ b/application/views/importpo.php
@@ -1943,6 +1943,18 @@ $('#drpSupplier').change(function() {
});
+ $.each(Payment, function(pay, payobj) {
+ if(payobj.PaymentID == PaymentID)
+ {
+
+ }
+ else{
+ $("#PaymentTerms").append( $('').val(payobj.PaymentID).html(payobj.PaymentTerms));
+
+ }
+
+ });
+
@@ -3985,15 +3997,15 @@ if(validate())
var Detail = ;
//console.log(Detail);
- $.each(Detail, function (index, value)
- {
+ // $.each(Detail, function (index, value)
+ // {
- $("#PaymentTerms").append( $('').val(value.PaymentTerms).html(value.PaymentTerms) );
+ // $("#PaymentTerms").append( $('').val(value.PaymentTerms).html(value.PaymentTerms) );
- } );
+ // } );
$("#PaymentTerms").change(function() {
console.log($('#PaymentTerms').val().trim());
if ($('#PaymentTerms').val().trim()=='PT08')