Ajout lien vers les notifications
This commit is contained in:
parent
b4dbf9478b
commit
3be02fe984
@ -125,7 +125,7 @@ if ($result) {
|
|||||||
print "</td><TD>";
|
print "</td><TD>";
|
||||||
print_liste_field_titre("Ville",$PHP_SELF,"s.ville");
|
print_liste_field_titre("Ville",$PHP_SELF,"s.ville");
|
||||||
print "</td>";
|
print "</td>";
|
||||||
print '</td><td colspan="2"> </td>';
|
print '</td><td colspan="2" align="center">Fiches</td><td> </td>';
|
||||||
print "</TR>\n";
|
print "</TR>\n";
|
||||||
$var=True;
|
$var=True;
|
||||||
while ($i < $num) {
|
while ($i < $num) {
|
||||||
@ -143,18 +143,20 @@ if ($result) {
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
print " ";
|
print " </td>";
|
||||||
}
|
}
|
||||||
print "</td><TD align=\"center\">";
|
print "</td><TD align=\"center\">";
|
||||||
if ($obj->fournisseur)
|
if ($obj->fournisseur)
|
||||||
{
|
{
|
||||||
print "<a href=\"/fourn/fiche.php3?socid=$obj->idp\">fournisseur</A></td>\n";
|
print '<a href="'.DOL_URL_ROOT.'/fourn/fiche.php3?socid='.$obj->idp.'">fournisseur</A></td>';
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
print " ";
|
print " </td>";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
print '<td align="center"><a href="'.DOL_URL_ROOT.'/societe/notify/fiche.php?socid='.$obj->idp.'">Notifications</A></td>';
|
||||||
|
|
||||||
print "</TR>\n";
|
print "</TR>\n";
|
||||||
$i++;
|
$i++;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user