This commit is contained in:
@@ -3703,7 +3703,7 @@ namespace AyaNova.Util
|
||||
|
||||
//------
|
||||
o.StopGeneratingDate = woDate.AddYears(1);
|
||||
o.ExcludeDaysOfWeek = new bool[] { true, true, true, true, true, false, false };//Monday to Sunday (0-6 index)
|
||||
o.ExcludeDaysOfWeek = DaysOfWeek.Saturday | DaysOfWeek.Sunday;
|
||||
o.Active = true;
|
||||
o.NextServiceDate = woDate.AddDays(1);
|
||||
o.RepeatInterval = 1;
|
||||
|
||||
Reference in New Issue
Block a user