Commit 73129237 authored by neo's avatar neo

[bugfix] add double ds item for current perido bb

parent ad2f589b
...@@ -104,7 +104,6 @@ public class BB extends FunctionBase implements FreeRefFunction { ...@@ -104,7 +104,6 @@ public class BB extends FunctionBase implements FreeRefFunction {
cellValue = new BigDecimal(OperandResolver.coerceValueToDouble(eval)); cellValue = new BigDecimal(OperandResolver.coerceValueToDouble(eval));
nullCellDto.extractFromGroup(bo, formulaContext.getPeriod(), formulaContext.getYear(), cellTemplateData); nullCellDto.extractFromGroup(bo, formulaContext.getPeriod(), formulaContext.getYear(), cellTemplateData);
nullCellDto.setAmount(cellValue); nullCellDto.setAmount(cellValue);
dataSource.add(nullCellDto);
return cellValue; return cellValue;
} }
......
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