Skip to content

Commit 9102b79

Browse files
authored
Weights drop alert frequency update (#1670)
1 parent e447450 commit 9102b79

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

onprc_ehr/src/org/labkey/onprc_ehr/notification/WeightAlertsNotification.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ public String getEmailSubject(Container c)
8585
@Override
8686
public String getCronString()
8787
{
88-
return "0 0 12 ? * THU";
88+
return "0 0 12 ? * TUE";
8989
} //Made changes to the alert by Kollil, Refer to tkt # 13461
9090

9191
@Override

0 commit comments

Comments
 (0)