Commit 1d7069ed authored by dhirajchavan's avatar dhirajchavan

Req#D16ASUN002

 FOR PURCHASE ORDER CLOSE PROCESS


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@101773 ce508802-f39f-4f6c-b175-0d175dae99d5
parent dcf8e171
......@@ -435,6 +435,8 @@ public class PorderClosePrc extends ProcessEJB implements PorderClosePrcLocal,
System.out.println("detailDom" + detailDom);
}
retStr = process(headerDom, detailDom, windowName, xtraParams);
System.out.println("retStr@@In process methos call@@"+retStr);
} catch (Exception e) {
System.out
......@@ -1448,7 +1450,7 @@ public class PorderClosePrc extends ProcessEJB implements PorderClosePrcLocal,
{
if(indNo!=null||indNo.trim().length()>0)
if(indNo!=null)
{
/* Below code is used for one indent one porder case and also checking if receipt exist then set indent status should be closed'C'*/
......
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