Merge branch 'master' into feature_rene_17_xrechnung

# Conflicts:
#	BeWo/ServiceProxy/Generated.cs
#	BeWo/Services/BeWoWindowService.cs
#	BeWo/View/Controls/GkvAbrechnungDetailControl.xaml.cs
#	BeWo/View/Windows/BeWoWindowBuilder.cs
#	Data/Data.csproj
#	Host/ServiceRecordPage.aspx.cs
#	Service/Core/ServiceHelper.cs
#	Service/Security/SecurityContextInitializer.cs
#	Service/ServiceBehavior/AdminMultitenancyContextInitializer.cs
This commit is contained in:
2025-06-17 13:07:41 +02:00
226 changed files with 9678 additions and 33887 deletions

View File

@@ -5754,6 +5754,13 @@ namespace BeWo.Service.ServiceImplementations
customer.Team2CustomerList?.Clear();
customer.TerminationDate = null;
customer.TerminationReason = null;
customer.EinkommenBeginnType = null;
customer.EinkommenEndeType = null;
customer.FremdHilfeType = null;
customer.SozSchwierigkeitenType = null;
customer.SozBeziehungenType = null;
customer.ErstaufnahmeType = null;
customer.RegionType = null;
customer.UdpUser = anonimyzedName;
customer.ValueList?.Clear();
customer.VertretungDringendErforderlich = false;
@@ -9001,7 +9008,5 @@ namespace BeWo.Service.ServiceImplementations
throw Utils.CreateBeWoFaultException(e);
}
}
}
}