From c2abe9214baa1d1ea09612df2ee15d583e559630 Mon Sep 17 00:00:00 2001 From: John Date: Fri, 5 Dec 2014 21:13:56 +0000 Subject: [PATCH] Fixed print bug where Calvert IO4 procedure OI-27D-2 would not print. --- PROMS/Volian.Print.Library/vlnParagraph.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PROMS/Volian.Print.Library/vlnParagraph.cs b/PROMS/Volian.Print.Library/vlnParagraph.cs index 8f3994be..a286b670 100644 --- a/PROMS/Volian.Print.Library/vlnParagraph.cs +++ b/PROMS/Volian.Print.Library/vlnParagraph.cs @@ -2230,7 +2230,7 @@ namespace Volian.Print.Library // RefreshDocStyle(); XOffset = xoff; - if (!MyItemInfo.IsStep && !MyItemInfo.IsStepSection) + if (!MyItemInfo.IsStep && !MyItemInfo.IsStepSection && MyItemInfo.MyContent.MyEntry != null) { IsWordDocPara = true; // special case - this is a 'Word Doc' paragraph. The Processed flag is used to know