Skip to content
Snippets Groups Projects
Commit aef8ca33 authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

Fix: Le lien de l'onglet fiche du bordereau remise cheque était incorrect...

Fix: Le lien de l'onglet fiche du bordereau remise cheque était incorrect apres clic sur fleche navigation
parent a5ae2a6a
No related branches found
No related tags found
No related merge requests found
...@@ -164,11 +164,11 @@ else ...@@ -164,11 +164,11 @@ else
$h=0; $h=0;
$head[$h][0] = DOL_URL_ROOT.'/compta/paiement/cheque/fiche.php?id='.$_GET["id"]; $head[$h][0] = DOL_URL_ROOT.'/compta/paiement/cheque/fiche.php?id='.$remisecheque->id;
$head[$h][1] = $langs->trans("CheckReceipt"); $head[$h][1] = $langs->trans("CheckReceipt");
$hselected = $h; $hselected = $h;
$h++; $h++;
// $head[$h][0] = DOL_URL_ROOT.'/compta/paiement/cheque/info.php?id='.$_GET["id"]; // $head[$h][0] = DOL_URL_ROOT.'/compta/paiement/cheque/info.php?id='.$remisecheque->id;
// $head[$h][1] = $langs->trans("Info"); // $head[$h][1] = $langs->trans("Info");
// $h++; // $h++;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment