Ajout onglet
This commit is contained in:
parent
fcd31a8bd1
commit
f1de437eb1
@ -186,6 +186,11 @@ if ($socid > 0)
|
||||
$head[$h][0] = DOL_URL_ROOT.'/compta/fiche.php?socid='.$societe->id;
|
||||
$head[$h][1] = $langs->trans("Accountancy");
|
||||
$h++;
|
||||
|
||||
$head[$h][0] = DOL_URL_ROOT.'/compta/recap-client.php?socid='.$societe->id;
|
||||
$head[$h][1] = $langs->trans("Recap");
|
||||
$h++;
|
||||
|
||||
}
|
||||
|
||||
$head[$h][0] = DOL_URL_ROOT.'/socnote.php?socid='.$societe->id;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user