mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-02-20 13:46:52 +01:00
Fix: mauvaise slection de l'onglet
This commit is contained in:
parent
e60622c294
commit
f63f8a570c
|
|
@ -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%">';
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user