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