diff --git a/src/Admin/Views/Providers/Organizations.cshtml b/src/Admin/Views/Providers/Organizations.cshtml index fb097844c6..ca376cbdfc 100644 --- a/src/Admin/Views/Providers/Organizations.cshtml +++ b/src/Admin/Views/Providers/Organizations.cshtml @@ -9,10 +9,13 @@ Name Status -
- New Organization - Add Existing Organization -
+ @if (Model.Provider.Type == ProviderType.Reseller) + { +
+ New Organization + Add Existing Organization +
+ }