From e373f5a1bfad2d87176c695f13abf672a460e7e7 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sat, 13 Aug 2005 00:39:43 +0000 Subject: [PATCH] =?UTF-8?q?Fix:=20Valeur=20remise=20non=20initialis=E9e?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/comm/remx.php | 1 + 1 file changed, 1 insertion(+) diff --git a/htdocs/comm/remx.php b/htdocs/comm/remx.php index 03f40c58000..0f67977c7dd 100644 --- a/htdocs/comm/remx.php +++ b/htdocs/comm/remx.php @@ -148,6 +148,7 @@ if ($_socid > 0) print ''; + $remise_all=$remise_user=0; $sql = "SELECT rc.amount_ht,".$db->pdate("rc.datec")." as dc, rc.fk_user"; $sql .= " FROM ".MAIN_DB_PREFIX."societe_remise_except as rc"; $sql .= " WHERE rc.fk_soc =". $objsoc->id;