Commit 09e58b7b by Yashvant Kantival

MPB To MDB

parent 4e8c0ddd
......@@ -155,7 +155,7 @@ public class NGPAtoNGPLCalcServiceImpl implements NGPAtoNGPLCalcService {
else {
basicDoubleOperation = 4;
}
if ( basicJSONArrayOperation.getJSONObject(i).getDouble("MPB") == basicDoubleOperation ) {
if ( basicJSONArrayOperation.getJSONObject(i).getDouble("MDB") == basicDoubleOperation ) {
basicJSONOperation1 = basicJSONArrayOperation.getJSONObject(i);
break;
}
......
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