From 336793d1c8f058e1a8312aad5186bb874c580ad0 Mon Sep 17 00:00:00 2001 From: HuskyTeufel Date: Fri, 24 May 2019 08:16:11 +0200 Subject: [PATCH] =?UTF-8?q?Einbauprotokol=20=C3=BCberarbeitet.=20This=20fi?= =?UTF-8?q?xes=20#1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- KlassenBIB/InlinerSanierung.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/KlassenBIB/InlinerSanierung.cs b/KlassenBIB/InlinerSanierung.cs index df8f669..fdfda67 100644 --- a/KlassenBIB/InlinerSanierung.cs +++ b/KlassenBIB/InlinerSanierung.cs @@ -135,11 +135,11 @@ namespace KlassenBIB grunddaten["KL_rob_true"] = this.VorbereitetRoboter ? "X": ""; grunddaten["KL_HD_date"] = this.Datum.ToShortDateString(); grunddaten["KL_Besatzung"] = this.Besatzung; - grunddaten["liner_laenge"] = LaengeGesamt; + grunddaten["liner_laenge"] = Inspektionsobjekt.Haltungslaenge; //LaengeGesamt; grunddaten["Charge_Liner"] = this.LinerChargenummer; grunddaten["Charge_Harz"] = this.HarzChargenummer; grunddaten["harz_bedarf_m"] = harzbedarf; - grunddaten["gesamt_harz"] = LaengeGesamt * harzbedarf; + grunddaten["gesamt_harz"] = Inspektionsobjekt.Haltungslaenge * harzbedarf; grunddaten["temperatur_harz"] = this.HarzKalibrierTemperatur; grunddaten["datum_kalibrierung"] = this.DatumKalibrierung.ToShortDateString(); grunddaten["walzen_abstand"] = this.KalibierWalzenAbstand;