diff --git a/SanSystem/frmObjekteList.cs b/SanSystem/frmObjekteList.cs index 221527f..a321503 100644 --- a/SanSystem/frmObjekteList.cs +++ b/SanSystem/frmObjekteList.cs @@ -293,7 +293,7 @@ namespace SanSystem } grundDaten["gesamt_liner"] = linerges; 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(); }