Commit 8f655723 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@97293 ce508802-f39f-4f6c-b175-0d175dae99d5
parent f14572ea
...@@ -1250,7 +1250,7 @@ public class CalculateCommission ...@@ -1250,7 +1250,7 @@ public class CalculateCommission
{ {
invLineNo = lineNoInv; invLineNo = lineNoInv;
} }
lineNoInv = 0;
System.out.println(">>>>>>>lineNoInv [" + lineNoInv + "]"); System.out.println(">>>>>>>lineNoInv [" + lineNoInv + "]");
if("SR".equalsIgnoreCase(calledFrom) && "P".equalsIgnoreCase(commCalc)) 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