Commit d4aa23cc authored by agaikwad's avatar agaikwad

Request_id-F15BSUN002


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@98004 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 5be0ef7b
......@@ -64,6 +64,7 @@ public class AssetclassIC extends ValidatorEJB implements AssetclassICLocal ,As
int cnt = 0;
int ctr = 0;
String finEntity = "";
String assetclass="";
int currentFormNo = 0;
int childNodeListLength;
Connection conn = null;
......@@ -182,7 +183,20 @@ public class AssetclassIC extends ValidatorEJB implements AssetclassICLocal ,As
rs = null;
pstmt.close();
pstmt = null;
}
}
//else
//{
//errString = getErrorString("fin_entity", "VMWNMNO", userId);
//}
}
if (childNodeName.equalsIgnoreCase("asset_class"))
{
if (childNode.getFirstChild() == null)
{
errString = getErrorString("asset_class", "VMASCLSNUL", userId);
break;
}
}
}
break;
......
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