Summer Management Directives should have a Unit Designator of NSBU
This commit is contained in:
parent
5c860d3bd7
commit
f65d364f57
@ -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";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user