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 {
cellValue = new BigDecimal(OperandResolver.coerceValueToDouble(eval));
nullCellDto.extractFromGroup(bo, formulaContext.getPeriod(), formulaContext.getYear(), cellTemplateData);
nullCellDto.setAmount(cellValue);
dataSource.add(nullCellDto);
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