diff --git a/onprc_reports/resources/queries/GeneticTests/genotypesWithSignificancewithLocation.sql b/onprc_reports/resources/queries/GeneticTests/genotypesWithSignificancewithLocation.sql index 0cfa39eae..7e6f5d2d9 100644 --- a/onprc_reports/resources/queries/GeneticTests/genotypesWithSignificancewithLocation.sql +++ b/onprc_reports/resources/queries/GeneticTests/genotypesWithSignificancewithLocation.sql @@ -1,8 +1,8 @@ select a.Id, a.date, - b.Id.curLocation.area as area, - b.Id.curLocation.room as room, - b.Id.curLocation.cage as cage, + b.Id.curLocation.area, + b.Id.curLocation.room, + b.Id.curLocation.cage, a.label, a.comment, b.calculated_status as LiveStatus diff --git a/onprc_reports/resources/queries/GeneticTests/genotypesWithSignificancewithLocation/Genetic Testing with Current Locations.qview.xml b/onprc_reports/resources/queries/GeneticTests/genotypesWithSignificancewithLocation/Genetic Testing with Current Locations.qview.xml index 0b1c76d53..bd97edc56 100644 --- a/onprc_reports/resources/queries/GeneticTests/genotypesWithSignificancewithLocation/Genetic Testing with Current Locations.qview.xml +++ b/onprc_reports/resources/queries/GeneticTests/genotypesWithSignificancewithLocation/Genetic Testing with Current Locations.qview.xml @@ -2,9 +2,9 @@ - - - + + +