Fix: order id is lost

This commit is contained in:
Regis Houssin 2010-10-17 18:26:14 +00:00
parent 73f5667974
commit 0b80507627

View File

@ -1758,7 +1758,7 @@ else
}
else
{*/
print '<a class="butAction" href="'.DOL_URL_ROOT.'/expedition/shipment.php?id='.$comid.'">'.$langs->trans('ShipProduct').'</a>';
print '<a class="butAction" href="'.DOL_URL_ROOT.'/expedition/shipment.php?id='.$object->id.'">'.$langs->trans('ShipProduct').'</a>';
//}
}
else