From 7e79e1a574a8dc957438b038a51ecc39b6146e22 Mon Sep 17 00:00:00 2001 From: jfefe Date: Fri, 22 Feb 2013 16:02:19 +0100 Subject: [PATCH] Fix bug #735 : Error when trying send expedition card --- htdocs/expedition/class/expedition.class.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/htdocs/expedition/class/expedition.class.php b/htdocs/expedition/class/expedition.class.php index 1840713b0e6..fe66ea0fd78 100644 --- a/htdocs/expedition/class/expedition.class.php +++ b/htdocs/expedition/class/expedition.class.php @@ -402,6 +402,11 @@ class Expedition extends CommonObject // Tracking url $this->GetUrlTrackingStatus($obj->tracking_number); + /* + * Thirparty + */ + $result=$this->fetch_thirdparty(); + /* * Lines */