diff --git a/IRaCIS.Core.Infra.EFCore/Common/AuditingData.cs b/IRaCIS.Core.Infra.EFCore/Common/AuditingData.cs index 9bc349804..2d27a3296 100644 --- a/IRaCIS.Core.Infra.EFCore/Common/AuditingData.cs +++ b/IRaCIS.Core.Infra.EFCore/Common/AuditingData.cs @@ -507,6 +507,10 @@ namespace IRaCIS.Core.Infra.EFCore.Common { extraIdentification = $"/{cloneEntity.ParentCode}"; } + else + { + extraIdentification = $"/{cloneEntity.ParentCode}/IsTrial"; + } await InsertInspection(cloneEntity, type, x => new InspectionConvertDTO()