Skip to content
Snippets Groups Projects
Commit f63f8a57 authored by Regis Houssin's avatar Regis Houssin
Browse files

Fix: mauvaise sélection de l'onglet

parent e60622c2
No related branches found
No related tags found
No related merge requests found
......@@ -104,11 +104,8 @@ if ($_GET["id"])
$soc->fetch($commande->socidp);
$head = commande_prepare_head($commande);
$hselected = 2;
if ($conf->use_preview_tabs) $hselected++;
if ($fac->mode_reglement_code == 'PRE') $hselected++;
dolibarr_fiche_head($head, $hselected, $langs->trans("CustomerOrder"));
dolibarr_fiche_head($head, 'note', $langs->trans("CustomerOrder"));
print '<table class="border" width="100%">';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment