ajout d'un lien "intervention" dans les onglets du client. Renvoie aux interventions pour ce seul client.
This commit is contained in:
parent
b25848b988
commit
32237b9a2b
@ -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");
|
||||
|
||||
Loading…
Reference in New Issue
Block a user