B2023-117 - added check to not load the audit Info List if the Delete Satus is zero
This commit is contained in:
parent
d7fe17e9b3
commit
dece3b5514
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user