B2023-117 - added check to not load the audit Info List if the Delete Satus is zero

This commit is contained in:
John Jenko 2023-11-28 13:59:30 -05:00
parent d7fe17e9b3
commit dece3b5514

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;