Commit 64720689 authored by ajadhav's avatar ajadhav

comment PurcRateStd logic on if() condition

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@184188 ce508802-f39f-4f6c-b175-0d175dae99d5
parent cc6b030f
......@@ -897,9 +897,11 @@ public class CreatePoRcpVoucher
purcDisc = rateDiscount[1];
if (purcRate != -999)
{
purcRateStd = rcpRateStd * purcRate / rcpRate;
//Commented by Ajay on 26/04/18:START
/*purcRateStd = rcpRateStd * purcRate / rcpRate;
rcpRate = purcRate;
rcpRateStd = purcRateStd;
rcpRateStd = purcRateStd;*/
//Commented by Ajay on 26/04/18:END
rcpDiscount = purcDisc;
}
// end - amit - 27/08/02
......@@ -1355,9 +1357,11 @@ public class CreatePoRcpVoucher
purcDisc = rateDiscount[1];
if (purcRate != -999)
{
purcRateStd = rcpRateStd * purcRate / rcpRate;
//Commented by Ajay on 26/04/18:START
/*purcRateStd = rcpRateStd * purcRate / rcpRate;
rcpRate = purcRate;
rcpRateStd = purcRateStd;
rcpRateStd = purcRateStd;*/
//Commented by Ajay on 26/04/18:END
rcpDiscount = purcDisc;
}
/* // manoharan this part is not required in RCP
......@@ -1690,9 +1694,11 @@ public class CreatePoRcpVoucher
purcDisc = rateDiscount[1];
if (purcRate != -999)
{
purcRateStd = rcpRateStd * purcRate / rcpRate;
//Commented by Ajay on 26/04/18:START
/*purcRateStd = rcpRateStd * purcRate / rcpRate;
rcpRate = purcRate;
rcpRateStd = purcRateStd;
rcpRateStd = purcRateStd;*/
//Commented by Ajay on 26/04/18:END
rcpDiscount = purcDisc;
}
......
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