Skip to content

Commit

Permalink
Merge 24.3 to develop
Browse files Browse the repository at this point in the history
  • Loading branch information
labkey-teamcity committed Mar 6, 2024
2 parents bcf17b2 + 4f9fce8 commit 7795a22
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 3 additions & 2 deletions snprc_ehr/resources/source_queries/create_v_valid_species.sql
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,14 @@ AS
--
-- 2/1/2016 Added blood draw related columns. tjh
-- 11/14/2016 added modified, modifiedby, created, and createdby columns + code cleanup tjh
-- 2/19/2024 trimmed white space from common name and scientific name fields. SysAid Incident #16419
-- ==========================================================================================

SELECT
vs.tid AS rowid,
vs.species_code,
vs.common_name AS common,
vs.scientific_name,
ltrim(rtrim(vs.common_name)) AS common,
ltrim(rtrim(vs.scientific_name)) AS scientific_name,
vs.arc_species_code,
avs.primate,
avs.common_name AS arc_common_name,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -214,3 +214,7 @@
top: 0;
z-index: 3;
}

.react-datepicker__aria-live {
display: none;
}

0 comments on commit 7795a22

Please sign in to comment.