Commit 3234eb5c authored by prahate's avatar prahate

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@195787 ce508802-f39f-4f6c-b175-0d175dae99d5
parent d6a6eb57
......@@ -8368,6 +8368,7 @@ public class WaveGenerationPrc extends ProcessEJB implements WaveGenerationPrcLo
// Added by Pankaj R on 25-DEC to set the PTCN number same as sales_order [START]
System.out.println("Before ptcnId["+ptcnID+"] ----- saleOrder["+saleOrder+"]");
ptcnID = saleOrder;
ptcnID = ptcnID.trim();
System.out.println("after ptcnId["+ptcnID+"] ----- saleOrder["+saleOrder+"]");
// Added by Pankaj R on 25-DEC to set the PTCN number same as sales_order [END]
//changed by wasim on 16-06-2015 to insert pallet_no [START]
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