Commit 66477102 authored by manohar's avatar manohar

wrongly net_amt assigned as comm_amt in credit note commented as it was...

wrongly net_amt assigned as comm_amt in credit note commented as it was applicable only to debit note


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@98086 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 59f6b306
...@@ -2922,7 +2922,7 @@ public class CalculateCommission ...@@ -2922,7 +2922,7 @@ public class CalculateCommission
} }
System.out.println("08/01/15 manoharan netAmt before ["+netAmt + "]"); System.out.println("08/01/15 manoharan netAmt before ["+netAmt + "]");
commAmt=netAmt; // commAmt=netAmt; -- 12-Jun-15 commented manoharan this is in case of debit note to reverse credit note effect
if(commAmt !=0) if(commAmt !=0)
{ {
......
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