diff --git a/htdocs/product/stock/productlot_card.php b/htdocs/product/stock/productlot_card.php
index e26dfdba905f728410eff819bc29518cf7aaaa85..77466ead2c8bb5ec8585b7330d78a541cfc93a9b 100644
--- a/htdocs/product/stock/productlot_card.php
+++ b/htdocs/product/stock/productlot_card.php
@@ -309,7 +309,7 @@ if ($object->id > 0 && (empty($action) || ($action != 'edit' && $action != 'crea
     //print load_fiche_titre($langs->trans("Batch"));
 
     $head = productlot_prepare_head($object);
-	dol_fiche_head($head, 'card', $langs->trans("Batch"), 0, 'barcode');
+	dol_fiche_head($head, 'card', $langs->trans("Batch"), -1, 'barcode');
 
 
 	if ($action == 'delete') {