advance request
This commit is contained in:
parent
d301fd173d
commit
efe79aed89
@ -306,6 +306,14 @@ function advanceamountCalculation()
|
||||
|
||||
function validate()
|
||||
{
|
||||
|
||||
if($("#PurchaseOrderNumber").val()=='0')
|
||||
{
|
||||
alert('Please Enter Purchase Order Number');
|
||||
$("#PurchaseOrderNumber").focus();
|
||||
return false;
|
||||
}
|
||||
|
||||
if($("#AdvanceIn").val().length < 1)
|
||||
{
|
||||
alert('Please Enter Advance Amount Percentage');
|
||||
|
||||
Loading…
Reference in New Issue
Block a user