diff --git a/htdocs/fourn/commande/dispatch.php b/htdocs/fourn/commande/dispatch.php index 8ce06bed05b..e2ed6adfdbe 100644 --- a/htdocs/fourn/commande/dispatch.php +++ b/htdocs/fourn/commande/dispatch.php @@ -1233,9 +1233,6 @@ if ($id > 0 || !empty($ref)) { } else { $tmpproduct = $conf->cache['product'][$objp->fk_product]; } - $tmpproduct->id = $objp->fk_product; - $tmpproduct->ref = $objp->ref; - $tmpproduct->label = $objp->label; print $tmpproduct->getNomUrl(1); print ' - '.$objp->label; print "\n";