Commit d68fc75d authored by caluka's avatar caluka

UNIT AND UNIT STD setbean commented for different units


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@103625 ce508802-f39f-4f6c-b175-0d175dae99d5
parent ba2eee07
......@@ -1742,8 +1742,8 @@ public class PostOrderProcess extends ProcessEJB implements PostOrderProcessLoca
sordItemBean.setItemCodeOrd(itemCodeOrd);
if(!(unit.equalsIgnoreCase(unitStd)))//Added by chandrashekar on 21-sep-2016
{
sordItmQty=sordItmQty*convQtyStduom;
sordItemBean.setQuantity(sordItmQty);
sordItmQty=sordItmQty*convQtyStduom;
sordItemBean.setSordItmQty(sordItmQty);
}else
......@@ -1780,7 +1780,7 @@ public class PostOrderProcess extends ProcessEJB implements PostOrderProcessLoca
{
orderUnit = unit;
unit = unitStd;
sordItemBean.setUnit(unit);
//sordItemBean.setUnit(unit);
}
......@@ -1788,7 +1788,7 @@ public class PostOrderProcess extends ProcessEJB implements PostOrderProcessLoca
else
{
orderUnit = unit;
sordItemBean.setUnit(unit);
//sordItemBean.setUnit(unit);
}
......
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