|
@@ -861,7 +861,7 @@ function getProjectGLJNewData(tmp,projectId,ext){
|
|
|
from:tmp.from?tmp.from:"std"
|
|
|
};
|
|
|
if(gljData.from == 'std' && ext && ext.priceField &&( tmp.priceProperty[ext.priceField]!= undefined && tmp.priceProperty[ext.priceField]!=null)){
|
|
|
- basePrice = scMathUtil.roundTo(tmp.priceProperty[ext.priceField],-6);
|
|
|
+ const basePrice = scMathUtil.roundTo(tmp.priceProperty[ext.priceField],-6);
|
|
|
gljData.base_price = basePrice;
|
|
|
gljData.market_price = basePrice;
|
|
|
}
|