This commit is contained in:
2021-07-29 22:09:41 +00:00
parent 31d72715e5
commit 80ff52ef0c
5 changed files with 63 additions and 29 deletions

View File

@@ -3704,7 +3704,7 @@ namespace AyaNova.Util
o.CopyAttachments=true;
o.CopyWiki=true;
o.StopGeneratingDate = woDate.AddYears(1);
o.ExcludeDaysOfWeek = DaysOfWeek.Saturday | DaysOfWeek.Sunday;
o.ExcludeDaysOfWeek = AyaDaysOfWeek.Saturday | AyaDaysOfWeek.Sunday;
o.Active = true;
o.NextServiceDate = woDate.AddDays(1);
o.RepeatInterval = 1;