Commit e6e29b67 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@43423 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 8108501c
......@@ -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