This commit is contained in:
Jake
2022-08-08 11:46:49 +00:00
parent f8269a7ac6
commit 346f5de240
2 changed files with 2 additions and 2 deletions

View File

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