Commit 757737f2 authored by manohar's avatar manohar

SOP of drn made proper


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@96816 ce508802-f39f-4f6c-b175-0d175dae99d5
parent f66e350e
......@@ -2074,10 +2074,10 @@ public class CalculateCommission
tranIdDrn = arrayForTranId[1].substring(0,endIndex);
//retString ="";
System.out.println("@@@@@@3: retString ["+retString + "]");
System.out.println("Credit Note TranID------>>>["+tranIdCrn+"]");
if(tranIdCrn != null && tranIdCrn.trim().length() > 0)
System.out.println("Credit Note TranID------>>>["+tranIdDrn+"]");
if(tranIdDrn != null && tranIdDrn.trim().length() > 0)
{
System.out.println("tran_id__drn generated successfully----------[" + tranIdCrn + "]");
System.out.println("tran_id__drn generated successfully----------[" + tranIdDrn + "]");
retString = "";
}
}
......
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