From a962584fb4ba85fbe66a42d5e3ea68b446d20db9 Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Tue, 7 Dec 2004 13:11:44 +0000 Subject: [PATCH] bugfix --- htdocs/compta/export/modules/compta.export.poivre.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/compta/export/modules/compta.export.poivre.class.php b/htdocs/compta/export/modules/compta.export.poivre.class.php index 8950f6df927..5cc65b0317c 100644 --- a/htdocs/compta/export/modules/compta.export.poivre.class.php +++ b/htdocs/compta/export/modules/compta.export.poivre.class.php @@ -84,7 +84,7 @@ class ComptaExportPoivre if ( $line_in[$i][1] == $line_in[$i-1][1] && $line_in[$i][4] == $line_in[$i-1][4]) { - $line_out[$j][8] = $line_out[$j][8] + $line_in[$i][8]; + $line_out[$j][8] = ($line_out[$j][8] + $line_in[$i][8]); } else {