Rduit largeur barre select des produits

This commit is contained in:
Laurent Destailleur 2006-03-25 14:20:55 +00:00
parent 46759b3ce7
commit 8b1e9dad4e

View File

@ -649,7 +649,7 @@ class Form
if ( $resultd ) $objtp = $this->db->fetch_object($resultd); // on charge la traduction suivante
}
$opt = '<option value="'.$objp->rowid.'">'.$objp->ref.' - ';
$opt.= dolibarr_trunc($objp->label,36).' - ';
$opt.= dolibarr_trunc($objp->label,32).' - ';
//multiprix
if($price_level > 1)