diff --git a/htdocs/adherents/type.php b/htdocs/adherents/type.php index 884177b7df9..11360ad4652 100644 --- a/htdocs/adherents/type.php +++ b/htdocs/adherents/type.php @@ -342,11 +342,12 @@ if ($action == 'create') print ''; // Morphy + $morphys = array(); $morphys[""] = $langs->trans("MorPhy"); $morphys["phy"] = $langs->trans("Physical"); $morphys["mor"] = $langs->trans("Moral"); print ''.$langs->trans("MemberNature").''; - print $form->selectarray("morphy", $morphys, GETPOSTISSET("morphy") ? GETPOST("morphy", 'aZ09') : 'morphy' : $object->morphy); + print $form->selectarray("morphy", $morphys, GETPOSTISSET("morphy") ? GETPOST("morphy", 'aZ09') : 'morphy'); print ""; print ''.$langs->trans("SubscriptionRequired").'';