diff --git a/IRaCIS.Core.Infra.EFCore/Common/AuditingData.cs b/IRaCIS.Core.Infra.EFCore/Common/AuditingData.cs index ddf9f48fe..c2aae4ef8 100644 --- a/IRaCIS.Core.Infra.EFCore/Common/AuditingData.cs +++ b/IRaCIS.Core.Infra.EFCore/Common/AuditingData.cs @@ -3562,7 +3562,10 @@ namespace IRaCIS.Core.Infra.EFCore.Common } - entity.RowMark = entity.OrderMark + entity.RowIndex.GetLesionMark(); + entity.RowMark = entity.OrderMark; + + + string extraIdentification = string.Empty;