Commit f14572ea authored by manohar's avatar manohar

bug fix line_no__inv considered as 0


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@97292 ce508802-f39f-4f6c-b175-0d175dae99d5
parent b28168d4
......@@ -882,7 +882,7 @@ public class CalculateCommission
if("Y".equalsIgnoreCase(commHdr))
{
lineNoInv = 1;
lineNoInv = 0;
itemCode = "";
}
else
......@@ -1250,6 +1250,7 @@ public class CalculateCommission
{
invLineNo = lineNoInv;
}
lineNoInv = 0;
System.out.println(">>>>>>>lineNoInv [" + lineNoInv + "]");
if("SR".equalsIgnoreCase(calledFrom) && "P".equalsIgnoreCase(commCalc))
{
......
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