Commit 10a8858e authored by pchavan's avatar pchavan

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@211603 ce508802-f39f-4f6c-b175-0d175dae99d5
parent e38d2395
...@@ -1027,7 +1027,7 @@ public class PostOrderProcess extends ProcessEJB implements PostOrderProcessLoca ...@@ -1027,7 +1027,7 @@ public class PostOrderProcess extends ProcessEJB implements PostOrderProcessLoca
} }
System.out.println("Before confirm Calling sendMailonConfirm"); System.out.println("Before confirm Calling sendMailonConfirm");
cnt = 0; cnt = 0;
//Added by PriyankaC to send mail. //Added by PriyankaC to send mail to customer on invoice confirmation.[Start].
System.out.println("Value of postUptoInvoice and clubOrder" +postUptoInvoice +""+clubOrder); System.out.println("Value of postUptoInvoice and clubOrder" +postUptoInvoice +""+clubOrder);
if("I".equalsIgnoreCase(postUptoInvoice) ) if("I".equalsIgnoreCase(postUptoInvoice) )
{ {
......
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