Fix: Le lien de l'onglet fiche du bordereau remise cheque tait incorrect apres clic sur fleche navigation

This commit is contained in:
Laurent Destailleur 2007-11-11 18:51:35 +00:00
parent a5ae2a6a7c
commit aef8ca3364

View File

@ -164,11 +164,11 @@ else
$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");
$hselected = $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");
// $h++;