Commit 6ee9dfe7 authored by wansari's avatar wansari

D16JSUN0002 updated eff date and valid upto date on head.


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@43443 ce508802-f39f-4f6c-b175-0d175dae99d5
parent c459fd0e
......@@ -2108,11 +2108,11 @@ public class ScontractGwtIC extends ValidatorEJB implements ScontractGwtICLocal,
if("V".equalsIgnoreCase(editFlag))
{
valueXmlString.append("<valid_upto protect ='1'>").append("<![CDATA[" + genericUtility.getValidDateString(rs.getString("VALID_UPTO"), genericUtility.getDBDateTimeFormat(), genericUtility.getApplDateFormat()) + "]]>").append("</valid_upto>");
//valueXmlString.append("<valid_upto protect ='1'>").append("<![CDATA[" + genericUtility.getValidDateString(rs.getString("VALID_UPTO"), genericUtility.getDBDateTimeFormat(), genericUtility.getApplDateFormat()) + "]]>").append("</valid_upto>");
//valueXmlString.append("<eff_from protect ='1'>").append("<![CDATA[" + genericUtility.getValidDateString(rs.getString("EFF_FROM"), genericUtility.getDBDateTimeFormat(), genericUtility.getApplDateFormat()) + "]]>").append("</eff_from>");
//valueXmlString.append("<division protect ='1'>").append("<![CDATA["+ rs.getString("DIVISION") +"]]>").append("</division>");
valueXmlString.append("<valid_upto protect ='1'>").append("<![CDATA[" + genericUtility.getValidDateString(validUpTostr , genericUtility.getApplDateFormat()) + "]]>").append("</valid_upto>");
valueXmlString.append("<eff_from protect ='1'>").append("<![CDATA[" + genericUtility.getValidDateString(effFromStr , genericUtility.getApplDateFormat()) + "]]>").append("</eff_from>");
valueXmlString.append("<division protect ='1'>").append("<![CDATA["+ rs.getString("DIVISION") +"]]>").append("</division>");
valueXmlString.append("<contract_scope protect ='1'>").append("<![CDATA["+ rs.getString("CONTRACT_SCOPE") +"]]>").append("</contract_scope>");
valueXmlString.append("<contract_scope__descr protect ='1'>").append("<![CDATA["+contractScopeDescr+"]]>").append("</contract_scope__descr>");
valueXmlString.append("<price_list protect ='1'>").append("<![CDATA["+ checkNullAndTrim(rs.getString("PRICE_LIST")) +"]]>").append("</price_list>");
......
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