diff --git a/PROMS/Volian.Print.Library/VlnSvgPageHelper.cs b/PROMS/Volian.Print.Library/VlnSvgPageHelper.cs index f023ca06..49623c91 100644 --- a/PROMS/Volian.Print.Library/VlnSvgPageHelper.cs +++ b/PROMS/Volian.Print.Library/VlnSvgPageHelper.cs @@ -1721,7 +1721,7 @@ namespace Volian.Print.Library string unbr2 = MySection.MyDocVersion.DocVersionConfig.Unit_Number; if (unbr2 == "0") { - if (MySection.MyProcedure.DisplayNumber.StartsWith("VCS")) + if (MySection.MyProcedure.DisplayNumber.StartsWith("VCS") || MySection.MyProcedure.DisplayNumber.StartsWith("MD")) plstr = "NSBU"; else if (MySection.MyProcedure.DisplayNumber.StartsWith("VC2")) plstr = "Unit 2";