Tested and reconfigured ability to add files to the main corrective action form.
This commit is contained in:
@ -359,6 +359,9 @@ namespace Fab2ApprovalSystem.Misc
|
||||
{
|
||||
switch (casection)
|
||||
{
|
||||
case GlobalVars.CASection.Main:
|
||||
return "Main";
|
||||
|
||||
case GlobalVars.CASection.D1:
|
||||
return "D1";
|
||||
|
||||
|
Reference in New Issue
Block a user