EDIT AMEND SERVICE PO PROBLEM RESLOVED.

This commit is contained in:
gandhimathi 2017-07-25 10:28:43 +00:00
parent af0c746a1d
commit 888bdfa190

View File

@ -1965,15 +1965,5 @@ function calculateIgstTax(varBasicValue,Igst)
return TAXval;// $('#AfterServiceTax').val(TAXval);
}
// var Detail = <?php echo json_encode($Payment, JSON_PRETTY_PRINT) ?>;
// //console.log(Detail);
// $.each(Detail, function (index, value)
// {
// $("#PaymentTerms").append( $('<option></option>').val(value.ConfigValue).html(value.ConfigValue) );
// } );
</script>