Tested and reconfigured ability to add files to the main corrective action form.
This commit is contained in:
@ -325,7 +325,6 @@ namespace Fab2ApprovalSystem.DMO
|
||||
/// <returns></returns>
|
||||
public IEnumerable<CA_Attachment> GetCAAttachmentsList(int caNo, string section)
|
||||
{
|
||||
|
||||
var parameters = new DynamicParameters();
|
||||
parameters.Add("@CANo", caNo);
|
||||
parameters.Add("@Section", section);
|
||||
|
Reference in New Issue
Block a user