Commit 77177150 authored by prane's avatar prane

commnted the validation for cctr 'VTBLCCTRCD' as per SM sir

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@198792 ce508802-f39f-4f6c-b175-0d175dae99d5
parent d320c894
...@@ -925,10 +925,10 @@ public class MiscVoucherIC extends ValidatorEJB implements MiscVoucherICLocal, M ...@@ -925,10 +925,10 @@ public class MiscVoucherIC extends ValidatorEJB implements MiscVoucherICLocal, M
{ {
errCode = "VMCCTRNULL"; errCode = "VMCCTRNULL";
}*/ }*/
if(cctrCodeAp == null || cctrCodeAp.trim().length() == 0)//Added by Pavan R [to handle exception in gltrace on blank_cctr] /*if(cctrCodeAp == null || cctrCodeAp.trim().length() == 0)//Added by Pavan R [to handle exception in gltrace on blank_cctr]
{ {
errCode = "VTBLCCTRCD"; errCode = "VTBLCCTRCD";
} }*/
if(errCode != null && (errCode.trim().length() > 0)) if(errCode != null && (errCode.trim().length() > 0))
{ {
errList.add(errCode); errList.add(errCode);
......
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