Commit efae67d4 authored by prahate's avatar prahate

EJB Component for Bank Guarantee.[F15DSUN018]


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@98484 ce508802-f39f-4f6c-b175-0d175dae99d5
parent bab5b403
This diff is collapsed.
......@@ -425,7 +425,7 @@ public class BankGuaranteeIC extends ValidatorEJB implements BankGuaranteeICLoca
{
currCode=genericUtility.getColumnValue("curr_code", dom);
System.out.println("Currency Code>>>>"+currCode);
if(currCode==null || (currCode.length()==0))
if(currCode==null || (currCode.trim().length()==0))
{
errCode = "VTCURR";
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