L'onglet Apercu de facture disparaissait en passant à l'onglet note ou info.
This commit is contained in:
parent
c6b03e9a2e
commit
56b10d863f
@ -50,6 +50,9 @@ $h = 0;
|
|||||||
$head[$h][0] = DOL_URL_ROOT.'/compta/facture.php?facid='.$facture->id;
|
$head[$h][0] = DOL_URL_ROOT.'/compta/facture.php?facid='.$facture->id;
|
||||||
$head[$h][1] = $langs->trans("Bill")." : $facture->ref";
|
$head[$h][1] = $langs->trans("Bill")." : $facture->ref";
|
||||||
$h++;
|
$h++;
|
||||||
|
$head[$h][0] = DOL_URL_ROOT.'/compta/facture/apercu.php?facid='.$facture->id;
|
||||||
|
$head[$h][1] = $langs->trans("Apercu");
|
||||||
|
$h++;
|
||||||
$head[$h][0] = DOL_URL_ROOT.'/compta/facture/note.php?facid='.$facture->id;
|
$head[$h][0] = DOL_URL_ROOT.'/compta/facture/note.php?facid='.$facture->id;
|
||||||
$head[$h][1] = $langs->trans("Note");
|
$head[$h][1] = $langs->trans("Note");
|
||||||
$h++;
|
$h++;
|
||||||
|
|||||||
@ -78,6 +78,9 @@ if ($_GET["facid"])
|
|||||||
$head[$h][0] = DOL_URL_ROOT.'/compta/facture.php?facid='.$facture->id;
|
$head[$h][0] = DOL_URL_ROOT.'/compta/facture.php?facid='.$facture->id;
|
||||||
$head[$h][1] = $langs->trans("Bill")." : $facture->ref";
|
$head[$h][1] = $langs->trans("Bill")." : $facture->ref";
|
||||||
$h++;
|
$h++;
|
||||||
|
$head[$h][0] = DOL_URL_ROOT.'/compta/facture/apercu.php?facid='.$facture->id;
|
||||||
|
$head[$h][1] = $langs->trans("Apercu");
|
||||||
|
$h++;
|
||||||
$head[$h][0] = DOL_URL_ROOT.'/compta/facture/note.php?facid='.$facture->id;
|
$head[$h][0] = DOL_URL_ROOT.'/compta/facture/note.php?facid='.$facture->id;
|
||||||
$head[$h][1] = $langs->trans("Note");
|
$head[$h][1] = $langs->trans("Note");
|
||||||
$hselected = $h;
|
$hselected = $h;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user