From 496e567b217c1e15b63637b529198f272806752b Mon Sep 17 00:00:00 2001 From: Juanjo Menent Date: Mon, 29 Aug 2011 15:49:17 +0200 Subject: [PATCH] bug #34162: Bad link in prosprection area --- htdocs/comm/propal/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/comm/propal/index.php b/htdocs/comm/propal/index.php index ae8c8f82cd9..097e7bcf63d 100644 --- a/htdocs/comm/propal/index.php +++ b/htdocs/comm/propal/index.php @@ -183,7 +183,7 @@ if ($conf->propal->enabled) $obj = $db->fetch_object($resql); print ""; print ''; - print "rowid."\">".img_object($langs->trans("ShowPropal"),"propal").' '.$obj->ref.""; + print "".img_object($langs->trans("ShowPropal"),"propal").' '.$obj->ref.""; print ''.img_object($langs->trans("ShowCompany"),"company").' '.dol_trunc($obj->nom,24).''; $i++; }