diff --git a/htdocs/product/stats/facture.php b/htdocs/product/stats/facture.php index d72fa43e8d6..36f0f0e05c4 100644 --- a/htdocs/product/stats/facture.php +++ b/htdocs/product/stats/facture.php @@ -146,7 +146,7 @@ if ($_GET["id"] || $_GET["ref"]) // Reference print ''; - print ''.$langs->trans("Ref").''; + print ''.$langs->trans("Ref").''; $product->load_previous_next_ref(); $previous_ref = $product->ref_previous?''.img_previous().'':''; $next_ref = $product->ref_next?''.img_next().'':'';