Commit d1b092d2 authored by pchavan's avatar pchavan

round mqty for req_type s.

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@206572 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 7314ec4e
......@@ -2675,6 +2675,7 @@ public class SorderConf extends ActionHandlerEJB implements SorderConfLocal, Sor
{
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