Commit 1975e937 authored by rtiwari's avatar rtiwari

updated for remove validation on feedback type .


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@94397 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 3fda6909
...@@ -65,8 +65,8 @@ public class WoVolatileLossAct extends ActionHandlerEJB implements WoVolatileLos ...@@ -65,8 +65,8 @@ public class WoVolatileLossAct extends ActionHandlerEJB implements WoVolatileLos
System.out.println("fdType from actionHandler :-"+fdType); System.out.println("fdType from actionHandler :-"+fdType);
if(fdType.trim().length() > 0 && (!"C".equalsIgnoreCase(fdType))) if(fdType.trim().length() > 0 && (!"C".equalsIgnoreCase(fdType)))
{ {
retString = itmDBAccess.getErrorString("","VTFDTYPE","","",conn); // retString = itmDBAccess.getErrorString("","VTFDTYPE","","",conn); // COMMENTED AS PER CHANGE REQUIRED ON 19/03/14
return retString; // return retString;
} }
retString = getInvRcpAct(dom, dom1, xtraParams, actionType); retString = getInvRcpAct(dom, dom1, xtraParams, actionType);
dom = genericUtility.parseString(retString); dom = genericUtility.parseString(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