Export/ElwigData: Fix detection of KGs without Großlage
Test / Run tests (push) Successful in 1m54s

This commit is contained in:
2026-08-25 18:19:41 +02:00
parent f450dc35b1
commit edf3678154
2 changed files with 25 additions and 14 deletions
+1 -1
View File
@@ -139,7 +139,7 @@ namespace Elwig.Windows {
if (await ctx.FetchSeasons(Utils.CurrentYear).SingleOrDefaultAsync() == null) {
InteractionService.ShowWarning("Saison noch nicht erstellt",
"Die Saison für das aktuelle Jahr wurde noch nicht erstellt. Neue Lieferungen können nicht abgespeichert werden.\n\n" +
"(Stammdaten -> Saisons -> Neu anlegen...)");
"(Stammdaten \u2192 Saisons \u2192 Neu anlegen...)");
}
}
}