This commit is contained in:
2021-03-25 00:06:38 +00:00
parent 88f8b2c356
commit d19ee65e8f
3 changed files with 12 additions and 2 deletions

View File

@@ -1033,7 +1033,7 @@ namespace AyaNova.Util
WorkOrderStatus stat = new WorkOrderStatus();
stat.Name = "Closed";
stat.Active = true;
stat.Color = "#000000";
stat.Color = "#ffffff";
stat.Completed = true;
stat.Locked = true;
stat.SelectRoles = AuthorizationRoles.DispatchFull | AuthorizationRoles.BizAdminFull;