diff --git a/htdocs/commande/liste.php b/htdocs/commande/liste.php index 8f4f0045f60..6b1ebc5ac14 100644 --- a/htdocs/commande/liste.php +++ b/htdocs/commande/liste.php @@ -362,7 +362,7 @@ if ($resql) if (($objp->fk_statut > 0 && $objp->fk_statut < 3) || ($objp->fk_statut == 3 && $objp->facturee == 0)) { print ' '; - print img_picto($langs->trans("CreateInvoiceForThisCustomer").' : '.$companystatic->nom, 'object_bill', 'hideonsmrtphone').''; + print img_picto($langs->trans("CreateInvoiceForThisCustomer").' : '.$companystatic->nom, 'object_bill', 'hideonsmartphone').''; } } }