Fehler in Dateiangaben behoben
This commit is contained in:
@@ -293,7 +293,7 @@ namespace SanSystem
|
|||||||
}
|
}
|
||||||
grundDaten["gesamt_liner"] = linerges;
|
grundDaten["gesamt_liner"] = linerges;
|
||||||
grundDaten["harzmenge"] = linerges * 1.8;
|
grundDaten["harzmenge"] = linerges * 1.8;
|
||||||
BerichtGen.FrmOptions options = new BerichtGen.FrmOptions("JUME", "KalibrierungAuflistung.docx", string.Format("./{0}/KalibrierDokumente/",Global.Instance.Projektpfad),txt_strasse.Text, grundDaten, null, linereintraege);
|
BerichtGen.FrmOptions options = new BerichtGen.FrmOptions("JUME", "KalibrierungAuflistung.docx", string.Format("{0}/KalibrierDokumente/",Global.Instance.Projektpfad),txt_strasse.Text, grundDaten, null, linereintraege);
|
||||||
options.ShowDialog();
|
options.ShowDialog();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user