Added the ability to hide quotas

Domain Aliases hidden from hosting plans
Domain Aliases quota verification disabled
This commit is contained in:
robvde 2012-11-02 12:32:31 +04:00
parent 11f21b1a15
commit 892c5307d5
2 changed files with 17 additions and 2 deletions

View file

@ -1847,8 +1847,8 @@ namespace WebsitePanel.EnterpriseServer
else if (isDomainPointer)
{
// domain pointer
if (PackageController.GetPackageQuota(packageId, Quotas.OS_DOMAINPOINTERS).QuotaExhausted)
return BusinessErrorCodes.ERROR_DOMAIN_QUOTA_LIMIT;
//if (PackageController.GetPackageQuota(packageId, Quotas.OS_DOMAINPOINTERS).QuotaExhausted)
//return BusinessErrorCodes.ERROR_DOMAIN_QUOTA_LIMIT;
}
else
{