Commit cea86c58 authored by pchavan's avatar pchavan

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@206675 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 11c6827a
......@@ -2674,8 +2674,10 @@ public class SorderConf extends ActionHandlerEJB implements SorderConfLocal, Sor
if("S".equalsIgnoreCase(mreqtype))
{
mqty=(quantity/mbatqty)*mqtyper;
mqty = geRndamt(mqty,"P",1); // Added By PriyankaC on 30Aug2019.
//Changed By PriyankaC on 3Sep2019 to round the division.
mqty=geRndamt((quantity/mbatqty),"P",1)*mqtyper;
//mqty=(quantity/mbatqty)*mqtyper;
//mqty = geRndamt(mqty,"P",1); // Added By PriyankaC on 30Aug2019.
System.out.println("mqty S:::"+mqty);
}else if("P".equalsIgnoreCase(mreqtype))
{
......
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