diff --git a/htdocs/compta/facture.php b/htdocs/compta/facture.php index 4bc8d974374..449d081bc18 100644 --- a/htdocs/compta/facture.php +++ b/htdocs/compta/facture.php @@ -790,10 +790,10 @@ else print ''.price($objp->subprice)."\n"; if ($fac->statut == 0 && $user->rights->facture->creer) { - print ''; + print ''; print img_edit(); print ''; - print ''; + print ''; print img_delete(); print ''; }