This commit is contained in:
2021-04-05 21:14:09 +00:00
parent 0fc9cecc1e
commit 4b87fbb1fb
2 changed files with 2 additions and 2 deletions

View File

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