implemented the ContinueSectionHeader format flag.
Added code to the logic that replaces the procedure number with a Unit Procedure Number / Name so that if the results is a blank, it will default to the original procedure number
This commit is contained in:
@@ -989,6 +989,8 @@ namespace Volian.Print.Library
|
||||
eopnum = unitnum.Replace("#", eopnum);
|
||||
if (unitnum.Contains("!"))
|
||||
eopnum = unitnum.Replace("!", unitname);
|
||||
if (eopnum == string.Empty)
|
||||
eopnum = section.MyProcedure.MyContent.Number;
|
||||
}
|
||||
if (token.Equals("{PREDELIMEOPNUM}"))
|
||||
{
|
||||
|
Reference in New Issue
Block a user