Use property to initialize (prevent null reference)

Added sup info pdf print to supinfo print enum
Use sup info pdf print from enum
fixed typo and use sup info pdf print from enum
B2017-136: Support section titles in proc step sections that have SAMG facing page supplemental info
This commit is contained in:
2017-07-10 12:10:58 +00:00
parent f204e513de
commit 92dfcf47ed
5 changed files with 49 additions and 35 deletions

View File

@@ -244,7 +244,8 @@ namespace VEPROMS.CSLA.Library
{
None = 0,
DoPageBreaks = 1,
Merge = 2
SupInfoPdfPrint = 2,
Merge = 3
}
#endregion
}