From 6caf577d516d36bfc6cbabf2503988e9f1294e0e Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Fri, 7 Nov 2003 10:05:03 +0000 Subject: [PATCH] Bug fix sur les urls edit ezt del --- htdocs/compta/facture.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 ''; }