Commit ce0aa69d authored by kshinde's avatar kshinde

Appended lot no,rate,realised rate in itmdefaultedit.


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@104867 ce508802-f39f-4f6c-b175-0d175dae99d5
parent f95876ca
...@@ -6009,7 +6009,7 @@ public class PoReceiptIc extends ValidatorEJB implements PoReceiptIcLocal,PoRec ...@@ -6009,7 +6009,7 @@ public class PoReceiptIc extends ValidatorEJB implements PoReceiptIcLocal,PoRec
} }
else else
{ {
valueXmlString.append("<lot_no protect =\"0\">").append("</lot_no>"); valueXmlString.append("<lot_no protect =\"0\">").append("<![CDATA["+lotNo+"]]>")append("</lot_no>");
} }
} }
else if("Y".equalsIgnoreCase(lsautogeneratelotno)) else if("Y".equalsIgnoreCase(lsautogeneratelotno))
......
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