Commit 3400cb08 authored by pshinde's avatar pshinde

CHANGES DONE IN FREIGHT RATE(DI3GSUN047)


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@94435 ce508802-f39f-4f6c-b175-0d175dae99d5
parent ae95c97d
/********************************************************
Title : FreightRateICRemote [DI3GSUN047]
Title : FreightRateIC [DI3GSUN047]
Date : 26/MAR/14
Developer: Priyanka Shinde
********************************************************/
......@@ -827,12 +827,6 @@ public String itemChanged(Document dom, Document dom1, Document dom2, String obj
valueXmlString.append("<min_weight protect = \"1\">").append("<![CDATA[]]>").append("</min_weight>");
valueXmlString.append("<max_weight protect = \"1\">").append("<![CDATA[]]>").append("</max_weight>");
}
else
{
System.out.println("LAOD TYPE IS DDDDDDDDD");
valueXmlString.append("<min_weight protect = \"0\">").append("<![CDATA[]]>").append("</min_weight>");
valueXmlString.append("<max_weight protect = \"0\">").append("<![CDATA[]]>").append("</max_weight>");
}
}
else if (currentColumn.trim().equalsIgnoreCase("frt_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