diff --git a/PROMS/Volian.Print.Library/VlnSvgPageHelper.cs b/PROMS/Volian.Print.Library/VlnSvgPageHelper.cs index 33fb9d9a..f023ca06 100644 --- a/PROMS/Volian.Print.Library/VlnSvgPageHelper.cs +++ b/PROMS/Volian.Print.Library/VlnSvgPageHelper.cs @@ -1723,6 +1723,10 @@ namespace Volian.Print.Library { if (MySection.MyProcedure.DisplayNumber.StartsWith("VCS")) plstr = "NSBU"; + else if (MySection.MyProcedure.DisplayNumber.StartsWith("VC2")) + plstr = "Unit 2"; + else if (MySection.MyProcedure.DisplayNumber.StartsWith("VC3")) + plstr = "Unit 3"; else plstr = "Units 2 & 3"; // for VC Summer, replace "Unit 0" with "Units 2 & 3" }