Skip to content

Commit 87494af

Browse files
Merge 24.11 to 25.3
2 parents a60bf08 + cbd22f0 commit 87494af

2 files changed

Lines changed: 2 additions & 9 deletions

File tree

WNPRC_EHR/resources/queries/study/currentBloodDraws.query.xml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -83,14 +83,6 @@
8383
<columnTitle>Volume Remaining After All Draws (mL)</columnTitle>
8484
<url>/WNPRC/EHR/ehr-animalHistory.view#subjects:${Id}&amp;inputType:singleSubject&amp;showReport:1&amp;activeReport:BloodSummary</url>
8585
<description>This column shows the amount of blood remaining for the animal while considering future draws. It includes approved blood draws 30 days into the future and past blood draws 30 days in the past.</description>
86-
<conditionalFormats>
87-
<conditionalFormat>
88-
<filters>
89-
<filter operator="lt" value="0"/>
90-
</filters>
91-
<backgroundColor>FF0000</backgroundColor>
92-
</conditionalFormat>
93-
</conditionalFormats>
9486
</column>
9587
</columns>
9688
</table>

WNPRC_EHR/resources/views/gestation_calculator.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,8 @@
7171
});
7272
}
7373

74-
function calculateGestationDays() {
74+
function calculateGestationDays(e) {
75+
e.preventDefault();
7576
let species = document.getElementById("species_input").value;
7677
LABKEY.Query.selectRows({
7778
schemaName: 'wnprc',

0 commit comments

Comments
 (0)