From 346f5de24033475adc7aae3e40970ab0ac52fb1d Mon Sep 17 00:00:00 2001 From: Jake Date: Mon, 8 Aug 2022 11:46:49 +0000 Subject: [PATCH] --- PROMS/LBWordLibrary/LBObjectExtension.cs | 2 +- PROMS/VEPROMS User Interface/DlgPrintProcedure.cs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/PROMS/LBWordLibrary/LBObjectExtension.cs b/PROMS/LBWordLibrary/LBObjectExtension.cs index 040cd288..e7d4ad8f 100644 --- a/PROMS/LBWordLibrary/LBObjectExtension.cs +++ b/PROMS/LBWordLibrary/LBObjectExtension.cs @@ -840,7 +840,7 @@ namespace LBWordLibrary { return new LBRange(InvokeMethod("GoTo", What, Which, Count, Missing.Value)); } - B2022-088: Find Doc Ro button not working in Word Sections + // B2022-088: Find Doc Ro button not working in Word Sections public bool LastWasUpper { get diff --git a/PROMS/VEPROMS User Interface/DlgPrintProcedure.cs b/PROMS/VEPROMS User Interface/DlgPrintProcedure.cs index caee8f5d..c26d0891 100644 --- a/PROMS/VEPROMS User Interface/DlgPrintProcedure.cs +++ b/PROMS/VEPROMS User Interface/DlgPrintProcedure.cs @@ -740,7 +740,7 @@ namespace VEPROMS if (includeProc) { MyProcedure.MyDocVersion.DocVersionConfig.SelectedSlave = SelectedSlave; - SetupForProcedure();? + SetupForProcedure(); //B2022-030 moved the watermark stuff after SetupForProcedure so that DisplayNumber is properly resolved and the proper unit watermark is found // also moved the setting of override watermark to after SetUnitWatermark so that it truely overrrides frmPDFStatusForm.SetUnitWatermark(MyProcedure, ref waterMarkText, ref watermarkColor); //C2022-004 Unit Designator watermark // C2021-062 save the entered Rev Number to all of the procedures that are being printed