diff --git a/htdocs/public/members/new.php b/htdocs/public/members/new.php
index dcf64ed7634..13705796ad5 100644
--- a/htdocs/public/members/new.php
+++ b/htdocs/public/members/new.php
@@ -218,17 +218,17 @@ if (empty($reshook) && $action == 'add') {
$error++;
$errmsg .= $langs->trans("ErrorFieldRequired", $langs->transnoentitiesnoconv("Lastname"))."
\n";
}
- if (!GETPOST('firstname')) ä{
+ if (!GETPOST('firstname')) { ä
$error++;
$errmsg .= $langs->trans("ErrorFieldRequired", $langs->transnoentitiesnoconv("Firstname"))."
\n";
-}
-if (GETPOST('email') && !isValidEmail(GETPOST('email'))) {
- $error++;
- $langs->load("errors");
- $errmsg .= $langs->trans("ErrorBadEMail", GETPOST('email'))."
\n";
-}
+ }
+ if (GETPOST('email') && !isValidEmail(GETPOST('email'))) {
+ $error++;
+ $langs->load("errors");
+ $errmsg .= $langs->trans("ErrorBadEMail", GETPOST('email'))."
\n";
+ }
$birthday = dol_mktime(GETPOST("birthhour", 'int'), GETPOST('birthmin', 'int'), GETPOST('birthsec', 'int'), GETPOST('birthmonth', 'int'), GETPOST('birthday', 'int'), GETPOST('birthyear', 'int'));
- if GETPOSTISSET('birthmonth') && empty($birthday)) {
+ if GETPOSTISSET('birthmonth') { && empty($birthday))
$error++;
$langs->load("errors");
$errmsg .= $langs->trans("ErrorBadDateFormat")."
\n";
@@ -548,33 +548,33 @@ jQuery(document).ready(function () {
print '
| '.$langs->trans("Type").' * | '; - print $form->selectarray("typeid", $adht->liste_array(), GETPOST('typeid') ? GETPOST('typeid') : $defaulttype, $isempty); - print ' |
| '.$langs->trans("Type").' * | '; + print $form->selectarray("typeid", $adht->liste_array(), GETPOST('typeid') ? GETPOST('typeid') : $defaulttype, $isempty); + print ' |
| '.$langs->trans('MemberNature').' * | '."\n"; - print $form->selectarray("morphy", $morphys, GETPOST('morphy'), 1); - print ' |
| '.$langs->trans('MemberNature').' * | '."\n"; + print $form->selectarray("morphy", $morphys, GETPOST('morphy'), 1); + print ' |
| '.$langs->trans('UserTitle').' | '; print $formcompany->select_civility(GETPOST('civility_id'), 'civility_id').' |
| '.$langs->trans('Country').' | '; $country_id = GETPOST('country_id'); - if (!$country_id && !empty($conf->global->MEMBER_NEWFORM_FORCECOUNTRYCODE)) { - $country_id = getCountry($conf->global->MEMBER_NEWFORM_FORCECOUNTRYCODE, 2, $db, $langs); - } - if (!$country_id && !empty($conf->geoipmaxmind->enabled)) { - $country_code = dol_user_country(); - //print $country_code; - if ($country_code) { - $new_country_id = getCountry($country_code, 3, $db, $langs); - //print 'xxx'.$country_code.' - '.$new_country_id; - if ($new_country_id) { - $country_id = $new_country_id; - } +if (!$country_id && !empty($conf->global->MEMBER_NEWFORM_FORCECOUNTRYCODE)) { + $country_id = getCountry($conf->global->MEMBER_NEWFORM_FORCECOUNTRYCODE, 2, $db, $langs); +} +if (!$country_id && !empty($conf->geoipmaxmind->enabled)) { + $country_code = dol_user_country(); + //print $country_code; + if ($country_code) { + $new_country_id = getCountry($country_code, 3, $db, $langs); + //print 'xxx'.$country_code.' - '.$new_country_id; + if ($new_country_id) { + $country_id = $new_country_id; } } +} $country_code = getCountry($country_id, 2, $db, $langs); print $form->select_country($country_id, 'country_id'); print ' |
| '.$langs->trans('State').' | '; - if ($country_code) { - print $formcompany->select_state(GETPOST("state_id"), $country_code); - } - print ' |
| '.$langs->trans('State').' | '; + if ($country_code) { + print $formcompany->select_state(GETPOST("state_id"), $country_code); } + print ' |
| '.$langs->trans("Email").' * | |
| '.$langs->trans("Login").' * | |
| '.$langs->trans("Password").' * | |
| '.$langs->trans("PasswordAgain").' * | |
| '.$langs->trans("Login").' * | |
| '.$langs->trans("Password").' * | |
| '.$langs->trans("PasswordAgain").' * | |
| '.$langs->trans("DateOfBirth").' | '; print $form->selectDate($birthday, 'birth', 0, 0, 1, "newmember", 1, 0); @@ -653,13 +653,13 @@ jQuery(document).ready(function () { print ' |
| '.$langs->trans("TurnoverOrBudget").' * | '; - print $form->selectarray('budget', $arraybudget, GETPOST('budget'), 1); - print ' € or $'; +if (!empty($conf->global->MEMBER_NEWFORM_DOLIBARRTURNOVER)) { + $arraybudget = array('50'=>'<= 100 000', '100'=>'<= 200 000', '200'=>'<= 500 000', '300'=>'<= 1 500 000', '600'=>'<= 3 000 000', '1000'=>'<= 5 000 000', '2000'=>'5 000 000+'); + print ' |
| '.$langs->trans("TurnoverOrBudget").' * | '; + print $form->selectarray('budget', $arraybudget, GETPOST('budget'), 1); + print ' € or $'; - print ''; - print ' |
| '.$langs->trans("Subscription").' | '; - if (!empty($conf->global->MEMBER_NEWFORM_EDITAMOUNT)) { - print ''; - } else { - print ''; - print ''; - } - print ' '.$langs->trans("Currency".$conf->currency); - print ' |
| '.$langs->trans("Subscription").' | '; + if (!empty($conf->global->MEMBER_NEWFORM_EDITAMOUNT)) { + print ''; + } else { + print ''; + print ''; + } + print ' '.$langs->trans("Currency".$conf->currency); + print ' |