Fixed print bug where Calvert IO4 procedure OI-27D-2 would not print.
This commit is contained in:
parent
6c2d8eec26
commit
c2abe9214b
@ -2230,7 +2230,7 @@ namespace Volian.Print.Library
|
|||||||
// RefreshDocStyle();
|
// RefreshDocStyle();
|
||||||
|
|
||||||
XOffset = xoff;
|
XOffset = xoff;
|
||||||
if (!MyItemInfo.IsStep && !MyItemInfo.IsStepSection)
|
if (!MyItemInfo.IsStep && !MyItemInfo.IsStepSection && MyItemInfo.MyContent.MyEntry != null)
|
||||||
{
|
{
|
||||||
IsWordDocPara = true;
|
IsWordDocPara = true;
|
||||||
// special case - this is a 'Word Doc' paragraph. The Processed flag is used to know
|
// special case - this is a 'Word Doc' paragraph. The Processed flag is used to know
|
||||||
|
Loading…
x
Reference in New Issue
Block a user