diff --git a/htdocs/html.form.class.php b/htdocs/html.form.class.php index 5d1d9791adb..911a4a5247c 100644 --- a/htdocs/html.form.class.php +++ b/htdocs/html.form.class.php @@ -1922,14 +1922,11 @@ class Form print ''; print '
| '; - $numaddress = $this->select_adresse_livraison($selected, $socid, $htmlname, 1); + $this->select_adresse_livraison($selected, $socid, $htmlname, 1); print ' | '; print ''; - if ($numaddress==0) - { - $langs->load("companies"); - print ' '.$langs->trans("AddAddress").''; - } + $langs->load("companies"); + print ' '.$langs->trans("AddAddress").''; print ' |