Fix Spacer being dropped when DynamicReport is calculated
This commit is contained in:
parent
1b67df61be
commit
930213c461
@ -82,7 +82,9 @@ impl CalculatableDynamicReport {
|
|||||||
|
|
||||||
calculated_entries.push(DynamicReportEntry::LiteralRow(updated_row));
|
calculated_entries.push(DynamicReportEntry::LiteralRow(updated_row));
|
||||||
}
|
}
|
||||||
CalculatableDynamicReportEntry::Spacer => (),
|
CalculatableDynamicReportEntry::Spacer => {
|
||||||
|
calculated_entries.push(DynamicReportEntry::Spacer);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user