From a029fedac399cebd9794169f555075ad48ecf2ea Mon Sep 17 00:00:00 2001 From: Juanjo Menent Date: Mon, 29 Aug 2011 14:53:05 +0000 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 db2ac99017a..bb577f66daa 100644 --- a/htdocs/comm/propal/index.php +++ b/htdocs/comm/propal/index.php @@ -182,7 +182,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++; }