From 56038f319f89fd04679c3621998996084bdc3de1 Mon Sep 17 00:00:00 2001 From: kollil Date: Thu, 30 Jan 2025 12:04:30 -0800 Subject: [PATCH] Updated the Sex field in the query --- sla/resources/queries/sla/ProtocolProjectsUsage.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sla/resources/queries/sla/ProtocolProjectsUsage.sql b/sla/resources/queries/sla/ProtocolProjectsUsage.sql index 15e6336d1..f169ef15f 100644 --- a/sla/resources/queries/sla/ProtocolProjectsUsage.sql +++ b/sla/resources/queries/sla/ProtocolProjectsUsage.sql @@ -13,7 +13,7 @@ SELECT y.grantNumber as OGAGrantNumber, y.fiscalAuthorityName As FiscalAuthorityName, aa.Species, - aa.Gender as Sex, + aa.Gender, aa.Strain, aa.Allowed AS NumAllowed, calc.NumUsed,