diff --git a/htdocs/html.form.class.php b/htdocs/html.form.class.php index de5a33019f3..f26301b4c57 100644 --- a/htdocs/html.form.class.php +++ b/htdocs/html.form.class.php @@ -1224,7 +1224,7 @@ class Form $opt = 'idprodfournprice) $opt.= ' selected="true"'; if ($objp->fprice == '') $opt.=' disabled="disabled"'; - $opt.= '>'.$objp->ref_fourn.' - '; + $opt.= '>'.$objp->ref.' ('.$objp->ref_fourn.') - '; $opt.= dolibarr_trunc($objp->label,18).' - '; if ($objp->fprice != '') // Keep != '' {