Commit 771e49ba authored by dpawar's avatar dpawar

added reason code


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@94147 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 39311bf0
......@@ -466,7 +466,7 @@ public class ProofOfDeliveryConf extends ActionHandlerEJB implements ProofOfDeli
pstmt1=conn.prepareStatement(sql);
pstmt1.setString(1, "REAS_CODE");
pstmt1.setString(2, "W_MISC_DRCR_RCP_DR");
pstmt1.setString(3, "PODDBTNOTE");
pstmt1.setString(3, "PODDB");
rs1=pstmt1.executeQuery();
if(rs1.next())
{
......@@ -497,6 +497,10 @@ public class ProofOfDeliveryConf extends ActionHandlerEJB implements ProofOfDeli
detail2xml.append("<lot_sl>").append("<![CDATA[").append(lotSl).append("]]></lot_sl>\r\n");
detail2xml.append("<unit>").append("<![CDATA[").append(itemUnit).append("]]></unit>\r\n");
detail2xml.append("<reas_code>").append("<![CDATA[").append("PODDB").append("]]></reas_code>\r\n");
detail2xml.append("</Detail2>");
return detail2xml.toString();
......
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