From 2fe4d9c8cb907ed1ea98f314f5f9f4675e5565be Mon Sep 17 00:00:00 2001 From: kollil Date: Wed, 25 Mar 2026 10:58:51 -0700 Subject: [PATCH] Weights drop alert frequency fix --- .../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 676e76933..f34d89961 100644 --- a/onprc_ehr/src/org/labkey/onprc_ehr/notification/WeightAlertsNotification.java +++ b/onprc_ehr/src/org/labkey/onprc_ehr/notification/WeightAlertsNotification.java @@ -91,7 +91,7 @@ public String getCronString() @Override public String getScheduleDescription() { - return "every Thursday, at 12pm"; + return "every Tuesday, at 12pm"; } @Override