Tested and reconfigured ability to add files to the main corrective action form.

This commit is contained in:
Daniel Wathen
2023-02-20 15:24:27 -07:00
parent 2366bef0d3
commit 0dd3d4ec2a
20 changed files with 114 additions and 555 deletions

View File

@ -359,6 +359,9 @@ namespace Fab2ApprovalSystem.Misc
{
switch (casection)
{
case GlobalVars.CASection.Main:
return "Main";
case GlobalVars.CASection.D1:
return "D1";

View File

@ -107,7 +107,7 @@ namespace Fab2ApprovalSystem.Misc
public enum CASection
{
D1, D2, D3, D4, D5,D6, D7, D8, CF
Main, D1, D2, D3, D4, D5,D6, D7, D8, CF
}