Commit 83ce4e07 authored by manohar's avatar manohar

Bug fix undeclared string buffer corrected


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@96631 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 69648afd
......@@ -6136,6 +6136,8 @@ public class SalesReturn extends ValidatorEJB implements SalesReturnLocal, Sales
if ( lcRate > lcInvRate && lcInvRate > 0 )
{
// 18/10/14 manoharan take care if specific lot rate < average rate
StringBuffer valueXmlString = new StringBuffer("<?xml version=\"1.0\"?><Root><header><editFlag>");
valueXmlString.append(editFlag).append("</editFlag></header><Detail></Detail>");
StringBuffer minRateBuff = getMinRate( dom, dom1, "lot_no", valueXmlString, conn);
System.out.println( "minRateBuff2 :: " + minRateBuff.toString() );
//valueXmlString = minRateBuff;
......
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