Merge remote-tracking branch 'origin/3.4' into develop
This commit is contained in:
commit
b5f4c45cf0
@ -92,10 +92,13 @@ function societe_prepare_head($object)
|
|||||||
$head[$h][2] = 'note';
|
$head[$h][2] = 'note';
|
||||||
$h++;
|
$h++;
|
||||||
|
|
||||||
$head[$h][0] = DOL_URL_ROOT.'/societe/consumption.php?socid='.$object->id;
|
if (! empty($conf->commande->enabled) || ! empty($conf->propal->enabled) || ! empty($conf->facture->enabled) || ! empty($conf->fournisseur->enabled))
|
||||||
$head[$h][1] = $langs->trans("Referers");
|
{
|
||||||
$head[$h][2] = 'consumption';
|
$head[$h][0] = DOL_URL_ROOT.'/societe/consumption.php?socid='.$object->id;
|
||||||
$h++;
|
$head[$h][1] = $langs->trans("Referers");
|
||||||
|
$head[$h][2] = 'consumption';
|
||||||
|
$h++;
|
||||||
|
}
|
||||||
|
|
||||||
// Attached files
|
// Attached files
|
||||||
$head[$h][0] = DOL_URL_ROOT.'/societe/document.php?socid='.$object->id;
|
$head[$h][0] = DOL_URL_ROOT.'/societe/document.php?socid='.$object->id;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user