diff --git a/htdocs/societe/soc.php b/htdocs/societe/soc.php index 1308ba24f52..aad647ec649 100644 --- a/htdocs/societe/soc.php +++ b/htdocs/societe/soc.php @@ -802,30 +802,23 @@ else print '
| '; if ($object->particulier || $private) { - print ' | |||
| '; print ''; - print ' | global->SOCIETE_USEPREFIX)?' colspan="3"':'').'>'; - print ' | '; - if (! empty($conf->global->SOCIETE_USEPREFIX)) // Old not used prefix field - { - print ''.$langs->trans('Prefix').' | '; - } - print ' |
| '; print ''; - print ' | global->SOCIETE_USEPREFIX)?' colspan="3"':'').'>'; - print ' | '; - if (! empty($conf->global->SOCIETE_USEPREFIX)) // Old not used prefix field1 - { - print ''.$langs->trans('Prefix').' | '; - } - print ' | global->SOCIETE_USEPREFIX)?' colspan="3"':'').'>'; + print ' | '; + if (! empty($conf->global->SOCIETE_USEPREFIX)) // Old not used prefix field + { + print ''.$langs->trans('Prefix').' | '; + } + print ''; + // If javascript on, we show option individual if ($conf->use_javascript_ajax) { |