Index: Ringtoets/Integration/src/Ringtoets.Integration.Forms/Commands/AssessmentSectionFromFileCommandHandler.cs =================================================================== diff -u -r4e578730273a943bb02a2861c694a2707c8ef852 -r74d6d66cabf1b53c7b1d485efb53a940752eb070 --- Ringtoets/Integration/src/Ringtoets.Integration.Forms/Commands/AssessmentSectionFromFileCommandHandler.cs (.../AssessmentSectionFromFileCommandHandler.cs) (revision 4e578730273a943bb02a2861c694a2707c8ef852) +++ Ringtoets/Integration/src/Ringtoets.Integration.Forms/Commands/AssessmentSectionFromFileCommandHandler.cs (.../AssessmentSectionFromFileCommandHandler.cs) (revision 74d6d66cabf1b53c7b1d485efb53a940752eb070) @@ -123,6 +123,7 @@ private static void SetFailureMechanismsValueN(AssessmentSection assessmentSection, int n) { assessmentSection.GrassCoverErosionInwards.GeneralInput.N = n; + assessmentSection.GrassCoverErosionOutwards.GeneralInput.N = n; assessmentSection.HeightStructures.GeneralInput.N = n; }