This commit is contained in:
2021-07-27 17:23:19 +00:00
parent f80573a140
commit 228752e3f0
2 changed files with 2 additions and 2 deletions

View File

@@ -40,7 +40,7 @@ namespace AyaNova.Models
[Required]
public TimeSpan WorkOrderCompleteByAge { get; set; } = TimeSpan.Zero;//was workorderclosebyage
public bool AllowScheduleConflicts { get; set; }
public bool AllowScheduleConflicts { get; set; } = true;