Fix: Link to order was lost

This commit is contained in:
Laurent Destailleur 2010-12-20 23:58:34 +00:00
parent ff1fa7f5f4
commit 7e826a5b15

View File

@ -387,7 +387,7 @@ else
$delivery->fetch_thirdparty();
$expedition=new Expedition($db);
$result = $expedition->fetch($delivery->expedition_id);
$result = $expedition->fetch($delivery->origin_id);
$typeobject = $expedition->origin;
if ($delivery->origin_id)