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);
|
var tot = parseFloat(totvalue).toFixed(2);
|
||||||
|
|
||||||
$('#txtTotalOrderValue').val(tot);
|
$('#txtTotalOrderValue').val(tot);
|
||||||
|
|
||||||
validateExceedLimit();
|
validateExceedLimit();
|
||||||
|
ExceedQuantityCheck();
|
||||||
}
|
}
|
||||||
function calculateTaxValue()
|
function calculateTaxValue()
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user