diff --git a/htdocs/html.form.class.php b/htdocs/html.form.class.php index 4955fcdd226..ac91178d3cc 100644 --- a/htdocs/html.form.class.php +++ b/htdocs/html.form.class.php @@ -1588,7 +1588,7 @@ class Form */ function form_adresse_livraison($page, $selected='', $socid, $htmlname='adresse_livraison_id') { - global $langs; + global $langs,$conf; if ($htmlname != "none") { print '
'; } else