Commit 8f84d37b authored by dpawar's avatar dpawar

validation on loc code


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@96303 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 715b5c9a
......@@ -563,15 +563,13 @@ public class DespatchWiz extends ValidatorEJB implements DespatchWizLocal, Despa
System.out.println("invstat---loc_code---->>["+invstat+"]");
aval=getColumnDescr(conn, "available", "invstat", "inv_stat", invstat);
if(aval.equalsIgnoreCase("Y")){
//avalyn=getColumnDescr(conn, "available_yn", "sorder", "sale_order", sorderNo);
if(! ("N".equalsIgnoreCase(avalyn))){
if( ("N".equalsIgnoreCase(aval))){
errCode = "VTAVAIL";
errString = getErrorString("loc_code",errCode,userId);
break;
}
}
}
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment