Commit e1ed281d authored by kdabholkar's avatar kdabholkar

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@183142 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 21a5549f
...@@ -1195,8 +1195,8 @@ public class GstrIC extends ValidatorEJB implements GstrICRemote, GstrICLocal ...@@ -1195,8 +1195,8 @@ public class GstrIC extends ValidatorEJB implements GstrICRemote, GstrICLocal
} }
return retString; return retString;
} }
public String itemChanged(Document dom, Document dom1, Document dom2,String objContext, String currentColumn, String editFlag,String xtraParams) throws RemoteException, ITMException public String itemChanged(Document dom, Document dom1, Document dom2,String objContext, String currentColumn, String editFlag,String xtraParams) throws RemoteException, ITMException
{ {
Connection conn = null; Connection conn = null;
PreparedStatement pstmt = null; PreparedStatement pstmt = null;
...@@ -1779,7 +1779,9 @@ public class GstrIC extends ValidatorEJB implements GstrICRemote, GstrICLocal ...@@ -1779,7 +1779,9 @@ public class GstrIC extends ValidatorEJB implements GstrICRemote, GstrICLocal
valueXmlString.append("<doc_no protect = \"1\" visible = \"0\">").append("<![CDATA[]]>").append("</doc_no>"); valueXmlString.append("<doc_no protect = \"1\" visible = \"0\">").append("<![CDATA[]]>").append("</doc_no>");
valueXmlString.append("<doc_date protect = \"0\" visible = \"1\">").append("<![CDATA["+docDateEdit+"]]>").append("</doc_date>"); valueXmlString.append("<doc_date protect = \"0\" visible = \"1\">").append("<![CDATA["+docDateEdit+"]]>").append("</doc_date>");
valueXmlString.append("<doc_type protect = \"1\" visible = \"0\">").append("<![CDATA[]]>").append("</doc_type>"); valueXmlString.append("<doc_type protect = \"1\" visible = \"0\">").append("<![CDATA[]]>").append("</doc_type>");
} }
valueXmlString.append("<submit_status>").append("<![CDATA[P]]>").append("</submit_status>");
}//end of item_defaultedit }//end of item_defaultedit
else if("gst_type".equalsIgnoreCase(currentColumn.trim())) else if("gst_type".equalsIgnoreCase(currentColumn.trim()))
......
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