From dfa4855cd2dfd0c5f6acee7cb7b6347e05383faa Mon Sep 17 00:00:00 2001 From: John Date: Tue, 14 Feb 2012 20:48:05 +0000 Subject: [PATCH] validated the temporary fix and Integrated it --- PROMS/Volian.Print.Library/PDFChronologyReport.cs | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/PROMS/Volian.Print.Library/PDFChronologyReport.cs b/PROMS/Volian.Print.Library/PDFChronologyReport.cs index 90b68f35..9d884a86 100644 --- a/PROMS/Volian.Print.Library/PDFChronologyReport.cs +++ b/PROMS/Volian.Print.Library/PDFChronologyReport.cs @@ -1360,9 +1360,7 @@ 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) + if (oldCAI != null && aai.IContentID == oldCAI.ContentID && !processedAAI.ContainsKey(aai)) { //add annotation to minilist // processedAAI.Add(aai.AnnotationID, aai);