From 7d6514978151876609e54c604351b2fd5e911096 Mon Sep 17 00:00:00 2001 From: Regis Houssin Date: Tue, 30 May 2006 09:17:58 +0000 Subject: [PATCH] Ajout confirmation de suppression --- htdocs/fourn/facture/fiche.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/fourn/facture/fiche.php b/htdocs/fourn/facture/fiche.php index 66316dd0440..74724bc2379 100644 --- a/htdocs/fourn/facture/fiche.php +++ b/htdocs/fourn/facture/fiche.php @@ -729,7 +729,7 @@ else if ($_GET['action'] != 'edit' && $fac->statut == 0 && $user->rights->fournisseur->facture->supprimer) { - print ''.$langs->trans('Delete').''; + print ''.$langs->trans('Delete').''; } print ''; }