Commit 47b3692e authored by msharma's avatar msharma

Set Active allow column with "Y" if wave type is not defined


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@93486 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 221c0dcd
......@@ -518,7 +518,7 @@ public class StockAllocationPrc extends ProcessEJB implements StockAllocationPrc
}
else
{
retTabSepStrBuff.append("<active_pick_allow>").append("<![CDATA[ ]]>").append("</active_pick_allow>");
retTabSepStrBuff.append("<active_pick_allow>").append("<![CDATA[Y]]>").append("</active_pick_allow>");
}
rs2.close();
rs2 = null;
......
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