This commit is contained in:
2020-05-18 18:33:53 +00:00
parent 7257b9ad0f
commit 646b3f21e5
10 changed files with 103 additions and 158 deletions

View File

@@ -83,7 +83,7 @@ namespace AyaNova.Models
{
get
{
return this.UserType == UserType.Subcontractor || this.UserType == UserType.Schedulable;
return this.UserType == UserType.ServiceContractor || this.UserType == UserType.Service;
}
}