AreaComDialog: Fix property name (MaintainYearFrom)

This commit is contained in:
2025-06-24 13:30:04 +02:00
parent 4234c7f994
commit 267797b55d
5 changed files with 9 additions and 9 deletions

View File

@ -655,7 +655,7 @@ namespace Elwig.Services {
KgNr = c.KgNr,
GstNr = c.GstNr,
RdNr = c.RdNr,
YearFrom = vm.MaintainAreaComYearTo ? c.YearFrom : year,
YearFrom = vm.MaintainAreaComYearFrom ? c.YearFrom : year,
YearTo = c.YearTo,
}));