wsp-10046 re-test

This commit is contained in:
Virtuworks 2012-11-15 22:11:27 -05:00
parent 4e975e850c
commit 49d4e3d435

View file

@ -1130,7 +1130,7 @@ namespace WebsitePanel.EnterpriseServer
if (orgStatsExchange.AllocatedMailboxes == 0)
{
ExchangeAcceptedDomainType newDomainType = ExchangeAcceptedDomainType.InternalRelay;
ChangeOrganizationDomainType(itemId, domain.DomainId, newDomainType);
ChangeOrganizationDomainType(org.ServiceId, domain.DomainId, newDomainType);
}
if (org.IsOCSOrganization)