Version 3.18: Erweiterungen an Ergänzenden Diensten, Differenz Spitzabrechnung, Erweiterungen Vertretungsmanagement

This commit is contained in:
Christian
2023-12-20 00:51:44 +01:00
parent 850f46e6b2
commit 2e9299aeef
53 changed files with 3762 additions and 1961 deletions

View File

@@ -684,7 +684,7 @@ namespace BeWo.ViewModel.ListViewModel
foreach (ServiceRecordVM vm in VMList)
{
if (vm.GroupOid != null)
if (vm.GroupOid != null && vm.Customer != null)
{
string key = String.Format("{0}_{1}", vm.GroupOid.Value, vm.Customer.Oid.Value);
if (!groupVMs.ContainsKey(key))
@@ -701,7 +701,7 @@ namespace BeWo.ViewModel.ListViewModel
contained = true;
break;
}
if (dc.GroupOid != null)
if (dc.GroupOid != null && dc.Customer != null)
{
contained = true;