From b4edbde0c8fdc7dda6d05e868592d01e1d53e597 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Mon, 28 Oct 2013 13:04:16 +0100 Subject: [PATCH] Fix: css class name --- htdocs/commande/liste.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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').''; } } }