Commit 2661947b authored by kshinde's avatar kshinde

nature column value set from detail.


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@105202 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 48d3ed05
......@@ -2680,7 +2680,8 @@ public class SalesOrderIC extends ValidatorEJB implements SalesOrderICLocal, Sal
if(minQty>0)
{
nature=checkNull(genericUtility.getColumnValue("nature", dom1));
nature=checkNull(genericUtility.getColumnValue("nature", dom));
System.out.println("Nature"+nature);
if("C".equalsIgnoreCase(nature))
{
......
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