diff --git a/htdocs/html.form.class.php b/htdocs/html.form.class.php index ac91178d3cc..69c4a97a9ad 100644 --- a/htdocs/html.form.class.php +++ b/htdocs/html.form.class.php @@ -1598,13 +1598,13 @@ class Form print ''; $numaddress = $this->select_adresse_livraison($selected, $_GET['socid'], $htmlname); print ''; - print ''; + print ''; if ($numaddress==0) { $langs->load("companies"); print '   '.$langs->trans("AddAddress").''; } - print ''; + print ''; } else {