diff --git a/htdocs/expedition/shipment.php b/htdocs/expedition/shipment.php
index 60589d56292..bf030de51c2 100644
--- a/htdocs/expedition/shipment.php
+++ b/htdocs/expedition/shipment.php
@@ -799,7 +799,7 @@ if ($id > 0 || !empty($ref)) {
print ' '.img_warning($langs->trans("StockTooLow"));
if (!empty($conf->global->STOCK_CORRECT_STOCK_IN_SHIPMENT)) {
$nbPiece = $toBeShipped[$objp->fk_product] - $product->stock_reel;
- print ' '.$langs->trans("GoTo").' id.'').'">'.$langs->trans("CorrectStock").'';
+ print ' '.$langs->trans("GoTo").' id).'').'">'.$langs->trans("CorrectStock").'';
}
}
print '';