URL de la société sur son nom
This commit is contained in:
parent
7f67024fba
commit
beb0ef666e
@ -42,9 +42,13 @@ if ($result)
|
|||||||
{
|
{
|
||||||
$objp = $db->fetch_object( $i);
|
$objp = $db->fetch_object( $i);
|
||||||
|
|
||||||
$info_box_contents[$i][0] = array('align' => 'center',
|
$info_box_contents[$i][0] = array('align' => 'left',
|
||||||
'text' => $objp->facnumber . " " . $objp->nom,
|
'text' => $objp->facnumber,
|
||||||
'url' => DOL_URL_ROOT."/compta/facture.php3?facid=".$objp->facid);
|
'url' => DOL_URL_ROOT."/compta/facture.php3?facid=".$objp->facid);
|
||||||
|
|
||||||
|
$info_box_contents[$i][1] = array('align' => 'left',
|
||||||
|
'text' => $objp->nom,
|
||||||
|
'url' => DOL_URL_ROOT."/comm/fiche.php3?socid=".$objp->idp);
|
||||||
$i++;
|
$i++;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user