Fixed logic for setting SetRev visibility when creating a Working Draft.
This commit is contained in:
parent
75abd14dd4
commit
30f851b87a
@ -343,7 +343,7 @@ namespace VEPROMS
|
|||||||
}
|
}
|
||||||
ppTxtBxPDFLoc.TextChanged += new EventHandler(ppTxtBxPDFLoc_TextChanged);
|
ppTxtBxPDFLoc.TextChanged += new EventHandler(ppTxtBxPDFLoc_TextChanged);
|
||||||
//end add new applicability stuff
|
//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;
|
_Initializing = false;
|
||||||
}
|
}
|
||||||
// The following code was added to fix Bug B2013-117
|
// The following code was added to fix Bug B2013-117
|
||||||
|
Loading…
x
Reference in New Issue
Block a user