Fix: Le lien de l'onglet fiche du bordereau remise cheque tait incorrect apres clic sur fleche navigation
This commit is contained in:
parent
a5ae2a6a7c
commit
aef8ca3364
@ -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++;
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user