Fix Spacer being dropped when DynamicReport is calculated
This commit is contained in:
parent
280a2090d9
commit
e02b927b69
@ -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