From e77fa4fa4afe220faa428b3401b447b4e00072e3 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sat, 26 Feb 2005 18:45:45 +0000 Subject: [PATCH] =?UTF-8?q?Fix:=20Le=20picto=20sur=20la=20boite=20des=20pr?= =?UTF-8?q?opal=20n'=E9tait=20pas=20le=20bon?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/includes/boxes/box_propales.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/includes/boxes/box_propales.php b/htdocs/includes/boxes/box_propales.php index 1d5daa3b2a5..f3dee35b1b9 100644 --- a/htdocs/includes/boxes/box_propales.php +++ b/htdocs/includes/boxes/box_propales.php @@ -57,7 +57,7 @@ if ($user->rights->propale->lire) $objp = $db->fetch_object($result); $info_box_contents[$i][0] = array('align' => 'left', - 'logo' => 'object_bill', + 'logo' => 'object_propal', 'text' => $objp->ref, 'url' => DOL_URL_ROOT."/comm/propal.php?propalid=".$objp->rowid);