FIX : bad name of field

This commit is contained in:
Sof 2016-07-15 16:53:53 +02:00 committed by GitHub
parent f0c80bf78b
commit 35fb83e68f

View File

@ -2422,7 +2422,7 @@ class ContratLigne extends CommonObjectLine
$sql.= " p.ref as product_ref,";
$sql.= " p.label as product_label,";
$sql.= " p.description as product_desc,";
$sql.= " p.type as product_type,";
$sql.= " p.fk_product_type as product_type,";
$sql.= " t.description,";
$sql.= " t.date_commande,";
$sql.= " t.date_ouverture_prevue as date_ouverture_prevue,";