From fdd59a4959959be69ee0dc84d5853f689adb4c57 Mon Sep 17 00:00:00 2001 From: kollil Date: Tue, 24 Mar 2026 19:07:04 -0700 Subject: [PATCH] Weights drop alert frequency update --- .../labkey/onprc_ehr/notification/WeightAlertsNotification.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/onprc_ehr/src/org/labkey/onprc_ehr/notification/WeightAlertsNotification.java b/onprc_ehr/src/org/labkey/onprc_ehr/notification/WeightAlertsNotification.java index 358319d4f..676e76933 100644 --- a/onprc_ehr/src/org/labkey/onprc_ehr/notification/WeightAlertsNotification.java +++ b/onprc_ehr/src/org/labkey/onprc_ehr/notification/WeightAlertsNotification.java @@ -85,7 +85,7 @@ public String getEmailSubject(Container c) @Override public String getCronString() { - return "0 0 12 ? * THU"; + return "0 0 12 ? * TUE"; } //Made changes to the alert by Kollil, Refer to tkt # 13461 @Override