Defect fixed for Revenue PO screen

This commit is contained in:
gandhimathi Bharathirajan 2017-06-16 12:08:08 +05:30
parent 591797d05c
commit 8409da5757

View File

@ -117,7 +117,9 @@ function calculateTotalValue()
var tot = parseFloat(totvalue).toFixed(2);
$('#txtTotalOrderValue').val(tot);
validateExceedLimit();
ExceedQuantityCheck();
}
function calculateTaxValue()
{