diff --git a/BMA.EHR.Application/Repositories/Commands/CommandRepository.cs b/BMA.EHR.Application/Repositories/Commands/CommandRepository.cs index 680ca810..f440f37e 100644 --- a/BMA.EHR.Application/Repositories/Commands/CommandRepository.cs +++ b/BMA.EHR.Application/Repositories/Commands/CommandRepository.cs @@ -5901,8 +5901,8 @@ namespace BMA.EHR.Application.Repositories.Commands return await _dbContext.Set() .Include(x => x.Placement) .Include(x => x.CommandType) - //.Include(x => x.Documents) - //.ThenInclude(x => x.Document) //--REmove + .Include(x => x.Documents) + .ThenInclude(x => x.Document) //--REmove .Include(x => x.Receivers) .Include(x => x.CommandStatus) .FirstOrDefaultAsync(x => x.Id == id); diff --git a/BMA.EHR.Command.Service/Controllers/OrderController.cs b/BMA.EHR.Command.Service/Controllers/OrderController.cs index 1ffde451..cc144a26 100644 --- a/BMA.EHR.Command.Service/Controllers/OrderController.cs +++ b/BMA.EHR.Command.Service/Controllers/OrderController.cs @@ -255,7 +255,7 @@ namespace BMA.EHR.Command.Service.Controllers case "C-PM-11": case "C-PM-12": case "C-PM-16": - case "C-PM-17": + //case "C-PM-17": case "C-PM-18": case "C-PM-19": case "C-PM-20":