Fix: onglet mal dfini
This commit is contained in:
parent
d9ba86067c
commit
1892f451bd
@ -113,8 +113,9 @@ if ($_GET["facid"] > 0)
|
||||
}
|
||||
|
||||
$head = facture_prepare_head($fac);
|
||||
|
||||
dolibarr_fiche_head($head, 2, $langs->trans('Bill').' : '.$fac->ref);
|
||||
$hselected = 2;
|
||||
if ($conf->use_preview_tabs) $hselected++;
|
||||
dolibarr_fiche_head($head, $hselected, $langs->trans('Bill').' : '.$fac->ref);
|
||||
|
||||
/*
|
||||
* Facture
|
||||
|
||||
Loading…
Reference in New Issue
Block a user