diff --git a/htdocs/expedition/card.php b/htdocs/expedition/card.php
index 57553d17718..e38ebd977e1 100644
--- a/htdocs/expedition/card.php
+++ b/htdocs/expedition/card.php
@@ -1676,7 +1676,7 @@ else if ($id || $ref)
$detail.= $langs->trans("DetailWarehouseFormat",$entrepot->libelle,$detail_entrepot->qty_shipped).'
';
}
}
- print $form->textwithtooltip($langs->trans("DetailWarehouseNumber"),$detail);
+ print $form->textwithtooltip(img_picto('', 'object_stock').' '.$langs->trans("DetailWarehouseNumber"),$detail);
}
print '';
}
@@ -1694,7 +1694,7 @@ else if ($id || $ref)
{
$detail.= $langs->trans("DetailBatchFormat",$dbatch->batch,dol_print_date($dbatch->eatby,"day"),dol_print_date($dbatch->sellby,"day"),$dbatch->dluo_qty).'
';
}
- print $form->textwithtooltip($langs->trans("DetailBatchNumber"),$detail);
+ print $form->textwithtooltip(img_picto('', 'object_barcode').' '.$langs->trans("DetailBatchNumber"),$detail);
}
else
{