Temporary Fix for Summary Of Changes Report generation
Temporary Fix for Change Bars on Cautions and Notes
This commit is contained in:
@@ -1360,6 +1360,8 @@ namespace Volian.Print.Library
|
||||
//see if any annotations for old stepnum here and add them
|
||||
foreach (AnnotationAuditInfo aai in annotationList)
|
||||
{
|
||||
if (processedAAI.ContainsKey(aai)) // JSJ - Temporary fix???
|
||||
continue; // - had idential annotation info on two different step items, skip second instance
|
||||
if (oldCAI != null && aai.IContentID == oldCAI.ContentID)
|
||||
{
|
||||
//add annotation to minilist
|
||||
|
Reference in New Issue
Block a user