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