diff --git a/htdocs/includes/boxes/box_produits.php b/htdocs/includes/boxes/box_produits.php index 41f6501728c..8e979ef6414 100644 --- a/htdocs/includes/boxes/box_produits.php +++ b/htdocs/includes/boxes/box_produits.php @@ -116,7 +116,7 @@ class box_produits extends ModeleBoxes { 'text' => price($objp->price)); $this->info_box_contents[$i][2] = array( - 'align' => 'center', + 'align' => 'right', 'text' => $productstatic->LibStatut($objp->envente,3)); $i++;