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

This commit is contained in:
2026-08-25 18:14:32 +02:00
parent c50a3bf417
commit ce770e07c7
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...)");
}
}
}