B2019-051: Summary of changes not resetting properly after new Approval revision

This commit is contained in:
2019-05-02 12:18:36 +00:00
parent e5740d6a95
commit ff913f29f5
2 changed files with 51 additions and 14 deletions

View File

@@ -1067,7 +1067,8 @@ namespace Volian.Print.Library
// 12/4/2015 - D.C. Cook, If a new procedure is added, every new section and step was appearing in the list twice.
// First when added, then with the final text. It should only appear once with the action "Added" and with the latest
// Date Time and User as well as the latest text.
//auditList1.Add(firstCAI); //jcb uncommented
// B2019-051: Missing information in Change Summary report:
if (!(firstCAI.ActionWhat == "Added" && lastCAI.ActionWhat == "Added")) auditList1.Add(firstCAI);
auditList1.Add(lastCAI);
firstCAI = null;
lastCAI = null;