diff --git a/htdocs/societe/soc.php b/htdocs/societe/soc.php
index c9653436771..dcdbc174e4d 100644
--- a/htdocs/societe/soc.php
+++ b/htdocs/societe/soc.php
@@ -1103,34 +1103,37 @@ else
print '';
// Supplier
- print '
';
- print '| '.$langs->trans('Supplier').' | ';
- print $form->selectyesno("fournisseur",$soc->fournisseur,1);
- print ' | ';
- print ''.$langs->trans('SupplierCode').' | ';
+ if ($conf->fournisseur->enabled)
+ {
+ print ' |
';
+ print '| '.$langs->trans('Supplier').' | ';
+ print $form->selectyesno("fournisseur",$soc->fournisseur,1);
+ print ' | ';
+ print ''.$langs->trans('SupplierCode').' | ';
- print '';
+ print '';
- print ' |
';
+ print '';
+ }
// Category
if ($soc->fournisseur)