Fix bug with folio report formula

This commit is contained in:
Claveau Joshua
2020-07-04 20:49:13 +02:00
parent 8ac8ff5384
commit beaa2ccdc8

View File

@@ -1179,7 +1179,7 @@ QString DynamicElementTextItem::reportReplacedCompositeText() const
{
Element *elmt = m_other_report.data();
QString label = m_report_formula;
label = elmt->actualLabel();
label = autonum::AssignVariables::formulaToLabel(label, elmt->rSequenceStruct(), elmt->diagram(), elmt);
string.replace("%{label}", label);
}
if (m_watched_conductor)