diff --git a/PROMS/VEPROMS.CSLA.Library/Generated/ZContent.cs b/PROMS/VEPROMS.CSLA.Library/Generated/ZContent.cs index f9123c69..e66f831b 100644 --- a/PROMS/VEPROMS.CSLA.Library/Generated/ZContent.cs +++ b/PROMS/VEPROMS.CSLA.Library/Generated/ZContent.cs @@ -135,6 +135,8 @@ namespace VEPROMS.CSLA.Library if (_OldStepSequence != value) { _OldStepSequence = value; + if (_OldStepSequence.Length > 32) + _OldStepSequence = _OldStepSequence.Substring(0, 32); PropertyHasChanged(); } }