This commit is contained in:
Kathy Ruffing 2012-02-21 17:04:22 +00:00
parent 8e2b179738
commit 641dbeb593

View File

@ -166,7 +166,7 @@ namespace VEPROMS
btnWaterMarkOn.PerformClick();
// Auto Duplexing on/off
if ((_MyProcedure.ActiveParent as DocVersionInfo).MyFormat.PlantFormat.FormatData.PrintData.AllowDuplex)
if ((_MyProcedure.ActiveParent as DocVersionInfo).ActiveFormat.PlantFormat.FormatData.PrintData.AllowDuplex)
{
lblAutoDuplexing.Visible = true;
btnDuplxOff.Visible = true;