ajout d'un lien "intervention" dans les onglets du client. Renvoie aux interventions pour ce seul client.

This commit is contained in:
tipaul 2005-05-30 13:50:12 +00:00
parent b25848b988
commit 32237b9a2b

View File

@ -175,6 +175,11 @@ if ($_socid > 0)
$head[$h][1] = $langs->trans("Accountancy");
$h++;
}
if ($conf->compta->enabled) {
$head[$h][0] = DOL_URL_ROOT.'/fichinter/index.php?socid='.$objsoc->id;
$head[$h][1] = $langs->trans("Interventions");
$h++;
}
$head[$h][0] = DOL_URL_ROOT.'/socnote.php?socid='.$objsoc->id;
$head[$h][1] = $langs->trans("Note");