fix: multibooking vergessen

This commit is contained in:
2026-06-26 12:42:34 +02:00
parent d09362302b
commit ccfc9dc34a

View File

@@ -5101,6 +5101,9 @@ namespace BeWo.View.Detail.Zeiterfassung
if (chkGroupBooking.IsChecked.Value)
dc.Primary = null;
if (chkMultiBooking.IsChecked.Value)
dc.Primary = null;
return dc;
}