Commit 3a4a77f0 authored by vlagad's avatar vlagad

Remove validate if user enter value zero in used_free_quantity

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@192092 ce508802-f39f-4f6c-b175-0d175dae99d5
parent deea9d76
......@@ -299,8 +299,8 @@ public class SchemaBalance extends ValidatorEJB
errFields.add(childNodeName.toLowerCase());
}
}
if(usedFree <= 0)
//Commented by Vikas L to remove validation [17/10/2018]start
/*if(usedFree <= 0)
{
if(! "X".equalsIgnoreCase(itemCode))
{
......@@ -309,7 +309,8 @@ public class SchemaBalance extends ValidatorEJB
errFields.add(childNodeName.toLowerCase());
break;
}
}
}*/
//Commented by Vikas L to remove validation [17/10/2018]end
}
}
}
......
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