Dbut ajout bon de livraison

This commit is contained in:
Regis Houssin 2006-05-30 15:32:30 +00:00
parent 0c584e9703
commit d6c9ff3105

View File

@ -361,7 +361,7 @@ else
$h=0; $h=0;
if ($conf->expedition->enabled) if ($conf->expedition->enabled)
{ {
$head[$h][0] = DOL_URL_ROOT."/expedition/fiche.php?id=".$expedition->id; $head[$h][0] = DOL_URL_ROOT."/expedition/fiche.php?id=".$livraison->expedition_id;
$head[$h][1] = $langs->trans("SendingCard"); $head[$h][1] = $langs->trans("SendingCard");
$h++; $h++;
} }