diff --git a/DigitalLearningSolutions.Data/DataServices/CompetencyAssessmentDataService.cs b/DigitalLearningSolutions.Data/DataServices/CompetencyAssessmentDataService.cs index 3c2cc31532..e4b296c556 100644 --- a/DigitalLearningSolutions.Data/DataServices/CompetencyAssessmentDataService.cs +++ b/DigitalLearningSolutions.Data/DataServices/CompetencyAssessmentDataService.cs @@ -822,9 +822,7 @@ public void UpdateSelfAssessmentFromFramework( int selfAssessmentId, int? framew SET [Description] = COALESCE(F.[Description], 'No description provided'), BrandID = F.BrandID, - CategoryID = F.CategoryID, - CreatedByCentreID = AU.CentreID, - CreatedByAdminID = F.OwnerAdminID + CategoryID = F.CategoryID FROM SelfAssessments s INNER JOIN Frameworks F ON F.ID = @frameworkId INNER JOIN AdminUsers AU ON F.OwnerAdminID = AU.AdminID