diff --git a/htdocs/public/members/new.php b/htdocs/public/members/new.php index b528ac0c7f3..bb3da9ba07a 100644 --- a/htdocs/public/members/new.php +++ b/htdocs/public/members/new.php @@ -475,13 +475,12 @@ if (! empty($conf->global->MEMBER_NEWFORM_DOLIBARRTURNOVER)) { $arraybudget=array('50'=>'<= 100 000','100'=>'<= 200 000','200'=>'<= 500 000','400'=>'<= 1 500 000','750'=>'<= 3 000 000','1500'=>'<= 5 000 000','2000'=>'5 000 000+'); print ''.$langs->trans("TurnoverOrBudget").' *'; - print $form->select_array('budget', $arraybudget, GETPOST('budget'), 1); + print $form->selectarray('budget', $arraybudget, GETPOST('budget'), 1); print ' € or $'; print '