Besatzung wird jetzt angezeigt
This commit is contained in:
@@ -126,7 +126,7 @@ namespace KlassenBIB
|
||||
grunddaten["KL_mech_true"] = this.VorbereitetMechanisch ? "X": "";
|
||||
grunddaten["KL_rob_true"] = this.VorbereitetRoboter ? "X": "";
|
||||
grunddaten["KL_HD_date"] = this.Datum.ToShortDateString();
|
||||
grunddaten["KL_Besatzung"] = "";
|
||||
grunddaten["KL_Besatzung"] = this.Besatzung;
|
||||
grunddaten["liner_laenge"] = LaengeGesamt;
|
||||
grunddaten["Charge_Liner"] = this.LinerChargenummer;
|
||||
grunddaten["Charge_Harz"] = this.HarzChargenummer;
|
||||
|
||||
Reference in New Issue
Block a user