Added code to resolve an issue with summary of changes report involving the renumbering of steps when a new step is added and subsequently deleted.

This commit is contained in:
Rich 2014-06-24 02:04:10 +00:00
parent bb6d3827c4
commit c74dd9f7ac

View File

@ -1248,7 +1248,7 @@ namespace Volian.Print.Library
}
else
{
if(caiFirst.Text != string.Empty)
if(caiFirst.Text != string.Empty && !(caiFirst.UserID.Contains("Renumber") || cai.UserID.Contains("Renumber")))
auditList2.Add(caiFirst);
caiFirst = cai;
}