Commit 24bee19f by Yashvant Kantival

Merge branch 'Development_Yashvant' of…

Merge branch 'Development_Yashvant' of http://199.188.246.131:8888/neel.gosrani/IncomeCalculator into Development_Yashvant
parents d1a7daa9 6745b4b8
......@@ -451,8 +451,9 @@ public class LeaderCalcServiceImpl implements LeaderCalcService {
}
}
EARNING_L1.put("ACTIVATION_L1", (Active_Agent_BAU_L1 * multiplier) + (ACTIVE_AGENT_LP_L1 * 500)); //neel gosrani 02-06-2020 condition issue resolved
}
EARNING_L1.put("ACTIVATION_L1", (Active_Agent_BAU_L1 * multiplier) + (ACTIVE_AGENT_LP_L1 * 500));
JSONArray L2Slabsarray = leaderCalcConfig.getValue("l2slabs");
// System.out.println("L2Slabsarray");
......
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