diff --git a/htdocs/compta/commande/fiche.php b/htdocs/compta/commande/fiche.php index a5d91172fad..dc1571e7b76 100644 --- a/htdocs/compta/commande/fiche.php +++ b/htdocs/compta/commande/fiche.php @@ -510,7 +510,7 @@ if ($_GET["id"] > 0) { print '
'; - $sql = "SELECT cd.fk_product, cd.description, cd.rowid, cd.qty as qty_asked"; + $sql = "SELECT cd.fk_product, cd.rowid, cd.qty as qty_asked"; $sql .= ", ed.qty as qty_shipped, e.ref, ed.fk_expedition as expedition_id"; $sql .= ", ".$db->pdate("e.date_expedition")." as date_expedition"; if ($conf->livraison->enabled) $sql .= ", l.rowid as livraison_id, l.ref as livraison_ref"; @@ -562,7 +562,6 @@ if ($_GET["id"] > 0) print ''; print ''.img_object($langs->trans("ShowProduct"),"product").' '.$product->ref.' - '.$product->libelle; - if ($objp->description) print '
'.nl2br($objp->description); print ''; } else