diff --git a/htdocs/societe/soc.php b/htdocs/societe/soc.php index d388e71267080..8831ead172830 100644 --- a/htdocs/societe/soc.php +++ b/htdocs/societe/soc.php @@ -1378,7 +1378,8 @@ print ''; } - if ($soc->fournisseur) { + if ($conf->fournisseur->enabled && $soc->fournisseur) + { print ''; print $langs->trans('SupplierCode').''; print $soc->code_fournisseur;