diff --git a/htdocs/public/partnership/new.php b/htdocs/public/partnership/new.php index d8e65f18c12..c84648400fd 100644 --- a/htdocs/public/partnership/new.php +++ b/htdocs/public/partnership/new.php @@ -602,7 +602,7 @@ if (empty($conf->global->PARTNERSHIP_NEWFORM_FORCETYPE)) { */ $partnershiptype = new PartnershipType($db); -$listofpartnershipobj = $partnershiptype->fetchAll('', '', 1000); +$listofpartnershipobj = $partnershiptype->fetchAll('', '', 1000, 0, array('active'=>1)); $listofpartnership = array(); foreach ($listofpartnershipobj as $partnershipobj) { $listofpartnership[$partnershipobj->id] = $partnershipobj->label;