diff --git a/Server/Components/AICore/Context/Summary/Function/ServiceRecordDocumantationFCS.cs b/Server/Components/AICore/Context/Summary/Function/ServiceRecordDocumantationFCS.cs index b980560e5..51dab3828 100644 --- a/Server/Components/AICore/Context/Summary/Function/ServiceRecordDocumantationFCS.cs +++ b/Server/Components/AICore/Context/Summary/Function/ServiceRecordDocumantationFCS.cs @@ -18,7 +18,7 @@ namespace AICore.Context.Summary.Function internal ServiceRecordDocumantationFCS(IEnumerable serviceRecords, CustomerNavigationContextEntry customer, string costBearer, string supportConcept, string dokutext) : base() { - Context = this; + Context = serviceRecords; ServiceRecords = serviceRecords; Customer = customer; CostBearer = costBearer;