Commit 86c4f4fa authored by mmhatre's avatar mmhatre

bug fix for chargeable quantity

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@211276 ce508802-f39f-4f6c-b175-0d175dae99d5
parent eb515c36
......@@ -1293,7 +1293,7 @@ public class PostOrderActivity {
{
String nature= rs1.getString("nature");
if("F".equalsIgnoreCase(nature) && rateStdUom == 0)
if(!"C".equalsIgnoreCase(nature) && rateStdUom == 0)
{
if(!"NULLFOUND".equalsIgnoreCase(freeProductLoc))
{
......
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