Merge pull request 'B2023-117 - added check to not load the audit Info List if the Delete Satus is zero' (#161) from GeneralDebugging into Development

Merging into Development after successful code review
This commit is contained in:
Chris Glavan 2023-11-28 14:15:43 -05:00
commit 4a6f855bd7

View File

@ -505,6 +505,8 @@ namespace Volian.Controls.Library
//}
#endregion
#region new style
// B2023-117 if DeleteStatus is zero,don't try to get Audit Info List
if (iai.DeleteStatus == 0) continue;
if (deletedItems == null)
deletedItems = tvAudits.Nodes.Add("Deleted Items");
string strR = null;