diff --git a/htdocs/compta/facture.php b/htdocs/compta/facture.php index 4af9d4de2af..edbe2bf1f7c 100644 --- a/htdocs/compta/facture.php +++ b/htdocs/compta/facture.php @@ -795,7 +795,7 @@ else print ''.price($objp->amount)."$_MONNAIE\n"; if (! $fac->paye && $user->rights->facture->paiement) { - print 'Del'; + print ''.img_delete().''; } print ""; $total = $total + $objp->amount;