diff --git a/htdocs/product/fournisseurs.php b/htdocs/product/fournisseurs.php
index dbcdec666e3..f1e27c02501 100644
--- a/htdocs/product/fournisseurs.php
+++ b/htdocs/product/fournisseurs.php
@@ -688,7 +688,7 @@ SCRIPT;
print '
';
print '| ' . $langs->trans('BarcodeType') . ' | ';
print '';
- print $formbarcode->selectBarcodeType(($rowid ? $object->fourn_fk_barcode_type : ''), 'fk_barcode_type', 1);
+ print $formbarcode->selectBarcodeType(($rowid ? $object->fourn_fk_barcode_type : $conf->global->PRODUIT_DEFAULT_BARCODE_TYPE), 'fk_barcode_type', 1);
print ' | ';
print '
';
}