Massenstatistik wird erstellt

This commit is contained in:
Husky
2018-07-14 22:50:32 +02:00
parent 2be7e9857b
commit 9ee15d86cb
12 changed files with 479 additions and 23 deletions

View File

@@ -118,7 +118,7 @@ namespace KlassenBIB
grunddaten["KL_HD_true"] = "";
grunddaten["KL_mech_true"] = "";
grunddaten["KL_rob_true"] = "";
grunddaten["KL_HD_date"] = this.Datum.HasValue ? this.Datum.Value.ToShortDateString() : "";
grunddaten["KL_HD_date"] = this.Datum.ToShortDateString();
grunddaten["KL_Besatzung"] = "";
grunddaten["liner_laenge"] = LaengeGesamt;
grunddaten["Charge_Liner"] = this.LinerChargenummer;