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:
parent
bb6d3827c4
commit
c74dd9f7ac
@ -1248,7 +1248,7 @@ namespace Volian.Print.Library
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
if(caiFirst.Text != string.Empty)
|
if(caiFirst.Text != string.Empty && !(caiFirst.UserID.Contains("Renumber") || cai.UserID.Contains("Renumber")))
|
||||||
auditList2.Add(caiFirst);
|
auditList2.Add(caiFirst);
|
||||||
caiFirst = cai;
|
caiFirst = cai;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user