diff --git a/htdocs/compta/commande/fiche.php b/htdocs/compta/commande/fiche.php index 84a884fddb2..971676929b5 100644 --- a/htdocs/compta/commande/fiche.php +++ b/htdocs/compta/commande/fiche.php @@ -295,7 +295,7 @@ if ($_GET["id"] > 0) if ($commande->statut > 0 && $user->rights->facture->creer) { - print ''.$langs->trans("GenerateBill").''; + print ''.$langs->trans("CreateBill").''; } if ($user->rights->commande->creer)