Commit c67ae67c authored by prane's avatar prane

item not found in po detail bug fixed for channel Partner

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@202116 ce508802-f39f-4f6c-b175-0d175dae99d5
parent f2b77caa
......@@ -904,10 +904,9 @@ public class PostOrderActivity {
pstmt1.close();
pstmt1=null;
System.out.println("custPordPO>>>>>"+custPordPO);
System.out.println("custPord>>>>>"+custPord);
//if(custPord.trim().length()>0)//Changed by Pavan R 04Jun19 end
if(custPordPO.trim().length()>0)
if(custPord.trim().length()>0)
{
cntPO=0; //added by arun 06-OCT-2017
//Added and Commented by sarita to set tax_class , tax_chap and tax_env from porddet table on 26 DEC 2018 [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