Commit 7dc8d74c authored by kshinde's avatar kshinde

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@184393 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 7fd83e6c
......@@ -817,6 +817,7 @@ public class LcVouchConf extends ActionHandlerEJB implements LcVouchConfLocal, L
}
}
//if edi transfer link then create edi data
if("E".equalsIgnoreCase(lsLink))
{
CreateRCPXML createRCPXML = new CreateRCPXML("w_lc_voucher", "tran_id");
......@@ -843,10 +844,6 @@ public class LcVouchConf extends ActionHandlerEJB implements LcVouchConfLocal, L
return retString;
}
}
//if edi transfer link then create edi data
//need to be migrated
if("R".equalsIgnoreCase(lsLink) || "C".equalsIgnoreCase(lsLink))
{
......
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