Defect fixed for Revenue PO screen
This commit is contained in:
parent
591797d05c
commit
8409da5757
@ -117,7 +117,9 @@ function calculateTotalValue()
|
||||
var tot = parseFloat(totvalue).toFixed(2);
|
||||
|
||||
$('#txtTotalOrderValue').val(tot);
|
||||
|
||||
validateExceedLimit();
|
||||
ExceedQuantityCheck();
|
||||
}
|
||||
function calculateTaxValue()
|
||||
{
|
||||
|
||||
Loading…
Reference in New Issue
Block a user