Commit e7f91caa authored by dsawant's avatar dsawant

tranid taken from dom


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@95886 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 11b6fe96
......@@ -23,7 +23,9 @@ public class WorkOrdRcpDetPostSave extends ValidatorEJB implements WorkOrdRcpDet
System.out.println("------------ WorkOrdRcpPostSave postSave method called-----------------tranId : "+ tranId);
Document dom = null;
String errString="";
tranId = GenericUtility.getInstance().getColumnValue("tran_id",dom);
System.out.println("------------ WorkOrdRcpPostSave postSave method called-----------------tranId from dom: "+ tranId);
try
{
......
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