B2019-051: Summary of changes not resetting properly after new Approval revision
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user