Commit 4f9d32f0 authored by kmandhre's avatar kmandhre

if dist order not present against po then system gives error


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@95594 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 4ebc9d27
......@@ -4199,6 +4199,11 @@ public class PoRcpConf extends ActionHandlerEJB implements PoRcpConfLocal, PoRcp
pstmt= null;
rs.close();
rs = null;
if(distOrder == null || distOrder.trim().length() == 0) //added by kunal on 09/july/14
{
retString = itmDBAccessLocal.getErrorString("","VTPORCP01","");
return retString;
}
func = distCommon.getDisparams("999999", "TRANSFER_LOTSL", conn);
if (("NULLFOUND").equalsIgnoreCase(func))
......
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