Commit 2d65d97f authored by pshinde's avatar pshinde

process of Site Item Update


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@97948 ce508802-f39f-4f6c-b175-0d175dae99d5
parent ce078c02
......@@ -128,6 +128,15 @@ public String process(Document headerDom, Document detailDom, String windowName,
}
}
if(suppSour.equalsIgnoreCase("N") )
{
System.out.println("suppSour before==========="+suppSour);
suppSour=null;
System.out.println("suppSour after==========="+suppSour);
}
if(checkNull(integralQty).trim().length() == 0 && checkNull(reoQty).trim().length() == 0 && checkNull(itemSer).trim().length() == 0 &&
checkNull(suppSour).trim().length() == 0 && checkNull(siteCodeSupp).trim().length() == 0 )
{
......
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