Réduit largeur barre select des produits
This commit is contained in:
parent
46759b3ce7
commit
8b1e9dad4e
@ -649,7 +649,7 @@ class Form
|
|||||||
if ( $resultd ) $objtp = $this->db->fetch_object($resultd); // on charge la traduction suivante
|
if ( $resultd ) $objtp = $this->db->fetch_object($resultd); // on charge la traduction suivante
|
||||||
}
|
}
|
||||||
$opt = '<option value="'.$objp->rowid.'">'.$objp->ref.' - ';
|
$opt = '<option value="'.$objp->rowid.'">'.$objp->ref.' - ';
|
||||||
$opt.= dolibarr_trunc($objp->label,36).' - ';
|
$opt.= dolibarr_trunc($objp->label,32).' - ';
|
||||||
|
|
||||||
//multiprix
|
//multiprix
|
||||||
if($price_level > 1)
|
if($price_level > 1)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user