Procedures with numbers that start with VC2 will be identified as pertaining to Unit 2
Procedures with numbers that start with VC3 will be identified as pertaining to Unit 3
This commit is contained in:
parent
b9d8063f90
commit
49ced60b22
@ -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"
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user