Fix: Mauvaise mise en page quand libell de produits trop long
This commit is contained in:
parent
aa7931f5ee
commit
0ec2847183
@ -640,7 +640,7 @@ class Form
|
||||
{
|
||||
$objp = $this->db->fetch_object($result);
|
||||
$opt = '<option value="'.$objp->rowid.'">['.$objp->ref.'] ';
|
||||
$opt.= $objp->label.' - ';
|
||||
$opt.= dolibarr_trunc($objp->label,40).' - ';
|
||||
$opt.= $objp->price." ".$langs->trans("Currency".$conf->monnaie)." / ".$objp->quantity." ".$langs->trans("Units");
|
||||
if ($objp->quantity > 1)
|
||||
{
|
||||
|
||||
Loading…
Reference in New Issue
Block a user