Summer Management Directives should have a Unit Designator of NSBU

This commit is contained in:
Rich 2016-11-03 13:25:54 +00:00
parent 5c860d3bd7
commit f65d364f57

View File

@ -1721,7 +1721,7 @@ namespace Volian.Print.Library
string unbr2 = MySection.MyDocVersion.DocVersionConfig.Unit_Number; string unbr2 = MySection.MyDocVersion.DocVersionConfig.Unit_Number;
if (unbr2 == "0") if (unbr2 == "0")
{ {
if (MySection.MyProcedure.DisplayNumber.StartsWith("VCS")) if (MySection.MyProcedure.DisplayNumber.StartsWith("VCS") || MySection.MyProcedure.DisplayNumber.StartsWith("MD"))
plstr = "NSBU"; plstr = "NSBU";
else if (MySection.MyProcedure.DisplayNumber.StartsWith("VC2")) else if (MySection.MyProcedure.DisplayNumber.StartsWith("VC2"))
plstr = "Unit 2"; plstr = "Unit 2";