Commit 3b9c438c authored by wansari's avatar wansari

D14IKAT004 updated column name for COLOR and DIMENSION


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@97321 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 2a14b7cd
...@@ -93,8 +93,8 @@ public class PorderTableServlet extends HttpServlet ...@@ -93,8 +93,8 @@ public class PorderTableServlet extends HttpServlet
pstmt = conn.prepareStatement(sql); pstmt = conn.prepareStatement(sql);
pstmt.setString(1, itmcode); pstmt.setString(1, itmcode);
rs = pstmt.executeQuery(); rs = pstmt.executeQuery();
valueXmlString.append("<SET><![CDATA[").append("COLOR").append("]]></SET>\r\n"); valueXmlString.append("<SET><![CDATA[").append("Color").append("]]></SET>\r\n");
valueXmlString.append("<SET><![CDATA[").append("DIMENSION").append("]]></SET>\r\n"); valueXmlString.append("<SET><![CDATA[").append("Dimension").append("]]></SET>\r\n");
while (rs.next()) while (rs.next())
{ {
......
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