Temporary Fix for Summary Of Changes Report generation

Temporary Fix for Change Bars on Cautions and Notes
This commit is contained in:
2012-02-14 15:50:20 +00:00
parent c2d645ab91
commit 50917e39f3
2 changed files with 20 additions and 2 deletions

View File

@@ -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