Merge
This commit is contained in:
parent
3bb92d337a
commit
d9d1a99497
3 changed files with 18 additions and 13 deletions
|
|
@ -411,6 +411,9 @@ namespace BMA.EHR.Insignia.Service.Controllers
|
|||
if (organization == null)
|
||||
continue;
|
||||
|
||||
// TODO - Comment This
|
||||
//if (organization.Id.ToString() != "e93c0ed3-7b80-42aa-8626-8abf0042f618") continue;
|
||||
|
||||
var result = await _repository.GetInsigniaRequest(insigniaPeriodId, organization.Id);
|
||||
if (result != null)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue