From aca437e5be29334c8dab191f243b23e856a8df00 Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Wed, 19 Nov 2003 14:28:27 +0000 Subject: [PATCH] Correction total des factures --- htdocs/projet/fiche.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/projet/fiche.php b/htdocs/projet/fiche.php index 953bbabc9fb..8cf24b721f3 100644 --- a/htdocs/projet/fiche.php +++ b/htdocs/projet/fiche.php @@ -218,7 +218,7 @@ if ($action == 'create') * */ $factures = $projet->get_facture_list(); - + $total = 0; if (sizeof($factures)>0 && is_array($factures)) { print_titre('Listes des factures associées au projet');