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";