MemberAdminWindow: Add details in header and tool tips
Test / Run tests (push) Successful in 2m3s

This commit is contained in:
2026-09-14 15:20:34 +02:00
parent 6bed370eba
commit 6441fa4f50
2 changed files with 7 additions and 4 deletions
+1 -1
View File
@@ -30,7 +30,7 @@ namespace Elwig.Documents {
_year = year;
ShowDateAndLocation = true;
UseBillingAddress = true;
DocumentId = $"Anl.-Best. {_year}/{m.MgNr}";
DocumentId = $"Anlfrg.-Bstng. {_year}/{m.MgNr}";
Data = data;
}