From 30f851b87a6be1c966373336b871e3b5aeb23f60 Mon Sep 17 00:00:00 2001 From: Rich Date: Wed, 15 Jan 2014 22:06:04 +0000 Subject: [PATCH] Fixed logic for setting SetRev visibility when creating a Working Draft. --- PROMS/VEPROMS User Interface/frmVersionsProperties.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PROMS/VEPROMS User Interface/frmVersionsProperties.cs b/PROMS/VEPROMS User Interface/frmVersionsProperties.cs index 55bf0c7f..a1207c18 100644 --- a/PROMS/VEPROMS User Interface/frmVersionsProperties.cs +++ b/PROMS/VEPROMS User Interface/frmVersionsProperties.cs @@ -343,7 +343,7 @@ namespace VEPROMS } ppTxtBxPDFLoc.TextChanged += new EventHandler(ppTxtBxPDFLoc_TextChanged); //end add new applicability stuff - lblProcSetRev.Visible = ppRTxtProcSetRev.Visible = _DocVersionConfig.MyDocVersion.MyFormat.PlantFormat.FormatData.SectData.StepSectionData.StepSectionPrintData.UseXtraRevNumber; + lblProcSetRev.Visible = ppRTxtProcSetRev.Visible = _DocVersionConfig.MyDocVersion.MyDocVersionInfo.ActiveFormat.MyStepSectionPrintData.UseXtraRevNumber; _Initializing = false; } // The following code was added to fix Bug B2013-117