Commit 292db340 authored by cpatil's avatar cpatil

set rate clg for null pricelist


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@92989 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 6bc2b16a
......@@ -1043,6 +1043,10 @@ public class DistIssueAct extends ActionHandlerEJB implements DistIssueActLocal,
// dw_detedit[ii_currformno].setitem(1,"rate__clg",mrate_clg) // added by neelam 11-08-03
}
}
else
{
valueXmlString.append("<rate__clg isSrvCallOnChg='0'>").append("<![CDATA[").append(rateClg).append("]]>").append("</rate__clg>\r\n");
}
}
// added by cpatil as per sugestion
......
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