Commit aa4a91eb authored by pdas's avatar pdas

The position of the closing bracket of

if(!oldSp.equalsIgnoreCase(salesPers) || !currcdSpOld.equalsIgnoreCase(currCodeSp)) is changed


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@97318 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 71a06556
......@@ -1246,6 +1246,7 @@ public class CalculateCommission
xmlBuff.append("<round_adj><![CDATA[0]]></round_adj>");
xmlBuff.append("<diff_amt_exch><![CDATA[0]]></diff_amt_exch>");
xmlBuff.append("</Detail1>");
}
if(errString == null || errString.trim().length() ==0)
{
if (jvExchrate == 0 )
......@@ -1435,7 +1436,7 @@ public class CalculateCommission
}
}
}
if( xmlBuff != null && (xmlBuff.toString()).length() > 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