Commit 89b8ad75 authored by cpatil's avatar cpatil

added for maintain remarks lenght not more than 60 character by cpatil on 30/11/15


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@99291 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 49055c3e
...@@ -1697,7 +1697,8 @@ public class POMilestoneCnf ...@@ -1697,7 +1697,8 @@ public class POMilestoneCnf
System.out.println(">>>for drcrpay_dr tranIdVouch:"+tranIdVouch); System.out.println(">>>for drcrpay_dr tranIdVouch:"+tranIdVouch);
System.out.println(">>>for drcrpay_dr taskCodePurMilstn:"+taskCodePurMilstn); System.out.println(">>>for drcrpay_dr taskCodePurMilstn:"+taskCodePurMilstn);
remark="Generated Against Voucher No: "+tranIdVouch+" , Voucher Amt: "+amountPurMilstn+" , For Task: "+taskCodePurMilstn+" "; //remark="Generated Against Voucher No: "+tranIdVouch+" , Voucher Amt: "+amountPurMilstn+" , For Task: "+taskCodePurMilstn+" ";
remark="Voucher:"+tranIdVouch+",Amt:"+amountPurMilstn+",Task:"+taskCodePurMilstn+""; // added for maintain remarks lenght not more than 60 character by cpatil on 30/11/15
System.out.println(">>>for drcrpay_dr remark:"+remark); System.out.println(">>>for drcrpay_dr remark:"+remark);
// Code added by Sagar on 27/11/15 End // Code added by Sagar on 27/11/15 End
......
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