Commit f6003aae authored by kshinde's avatar kshinde

Explode Bom bug fix

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@177751 ce508802-f39f-4f6c-b175-0d175dae99d5
parent c30c523b
......@@ -1630,7 +1630,7 @@ public class SOrderAmdConf extends ActionHandlerEJB implements SOrderAmdConfLoca
if(!"I".equalsIgnoreCase(itemFlag))
{
rtnRate = sordConf.explodeBomDs(saleOrd, itemCodeOrd, expLev, lineNoOrd, itemFlag," ", conn);
rtnRate = sordConf.explodeBomDs(saleOrd, itemCodeOrd, expLev, lineNoOrd, itemFlag, conn);
if(rtnRate != 1)
{
......
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