In supplier product lists, show both local ref and supplier ref.

This commit is contained in:
Laurent Destailleur 2008-09-04 20:03:15 +00:00
parent c9060f817d
commit 872fbb3a0a

View File

@ -1224,7 +1224,7 @@ class Form
$opt = '<option value="'.$objp->idprodfournprice.'"';
if ($selected == $objp->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 != ''
{