Nouvel URL sur le nom de la socit

This commit is contained in:
Rodolphe Quiedeville 2003-06-22 15:05:09 +00:00
parent beb0ef666e
commit 5908f4d6c1

View File

@ -21,7 +21,7 @@
*/
$info_box_head = array();
$info_box_head[] = array('text' => "5 dernières propositions");
$info_box_head[] = array('text' => "Les 5 dernières propositions");
$info_box_contents = array();
@ -48,7 +48,7 @@ if ($result)
$info_box_contents[$i][1] = array('align' => 'center',
'text' => $objp->nom,
'url' => DOL_URL_ROOT."/comm/propal.php3?propalid=".$objp->rowid);
'url' => DOL_URL_ROOT."/comm/fiche.php3?socid=".$objp->idp);
$i++;
}
}