From 8973540c1450410ce842c1215a40b7e21160fcf6 Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Tue, 9 Aug 2005 13:15:46 +0000 Subject: [PATCH] Bugfix --- htdocs/telephonie/ca/gain.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/telephonie/ca/gain.php b/htdocs/telephonie/ca/gain.php index 7643ea4334b..2337a5d630a 100644 --- a/htdocs/telephonie/ca/gain.php +++ b/htdocs/telephonie/ca/gain.php @@ -84,7 +84,7 @@ if ($db->query($sql)) print ''.number_format(round($marge), 2, '.', ' ')." %\n"; if ($marge < 0) { - print ''.img_picto('','alerte').''; + print '!!'; } else {