diff --git a/htdocs/societe/admin/societe.php b/htdocs/societe/admin/societe.php
index 918a5e6d87c..03013876245 100644
--- a/htdocs/societe/admin/societe.php
+++ b/htdocs/societe/admin/societe.php
@@ -753,7 +753,7 @@ if (!$conf->use_javascript_ajax)
);
print $form->selectarray("activate_COMPANY_USE_SEARCH_TO_SELECT", $arrval, $conf->global->COMPANY_USE_SEARCH_TO_SELECT, 0, 0, 0, '', 0, 0, 0, '', 'minwidth75imp');
print '
';
- print '';
+ print '';
print " | ";
}
print '';
@@ -775,7 +775,7 @@ if (!$conf->use_javascript_ajax)
);
print $form->selectarray("activate_CONTACT_USE_SEARCH_TO_SELECT", $arrval, $conf->global->CONTACT_USE_SEARCH_TO_SELECT, 0, 0, 0, '', 0, 0, 0, '', 'minwidth75imp');
print '';
- print '';
+ print '';
print " | ";
}
print '';
@@ -861,7 +861,7 @@ if (!empty($conf->global->SOCIETE_DISABLE_PROSPECTSCUSTOMERS))
print '';
print '';
-if (!empty($conf->global->SOCIETE_DISABLE_PROSPECTSCUSTOMERS)) {
+if (empty($conf->global->SOCIETE_DISABLE_PROSPECTSCUSTOMERS)) {
// Default Prospect/Customer thirdparty type on customer création
print '';
print '| '.$langs->trans("DefaultCustomerType").' | ';
@@ -869,7 +869,7 @@ if (!empty($conf->global->SOCIETE_DISABLE_PROSPECTSCUSTOMERS)) {
print $formcompany->selectProspectCustomerType($conf->global->THIRDPARTY_CUSTOMERTYPE_BY_DEFAULT, 'defaultcustomertype', 'defaultcustomertype', 'admin');
print '';
print '';
- print '';
+ print '';
print ' | ';
print '
';
}