|
@@ -41,6 +41,7 @@ class OrganizationProfileCreator
|
|
|
$organizationProfile->setPrincipalType($organization->getPrincipalType());
|
|
$organizationProfile->setPrincipalType($organization->getPrincipalType());
|
|
|
$organizationProfile->setTrialActive($organization->getSettings()->isTrialActive());
|
|
$organizationProfile->setTrialActive($organization->getSettings()->isTrialActive());
|
|
|
$organizationProfile->setTrialCountDown($this->trialService->getTrialCountdown($organization->getSettings()->getlLastTrialStartDate()));
|
|
$organizationProfile->setTrialCountDown($this->trialService->getTrialCountdown($organization->getSettings()->getlLastTrialStartDate()));
|
|
|
|
|
+ $organizationProfile->setProductBeforeTrial($organization->getSettings()->getProductBeforeTrial());
|
|
|
$organizationProfile->setHasChildren($organization->getNetworkOrganizationChildren()->count() > 1);
|
|
$organizationProfile->setHasChildren($organization->getNetworkOrganizationChildren()->count() > 1);
|
|
|
$organizationProfile->setShowAdherentList(
|
|
$organizationProfile->setShowAdherentList(
|
|
|
$organization->getParameters()->getShowAdherentList()
|
|
$organization->getParameters()->getShowAdherentList()
|