fix: montant multiprix dans liste droulante
This commit is contained in:
parent
3d7f0402bb
commit
e6bf9917a8
@ -604,7 +604,7 @@ class Form
|
||||
if($result2["price"])
|
||||
$opt.= $result2["price"].' '.$langs->trans("Currency".$conf->monnaie);
|
||||
else
|
||||
$opt.= $objp->price.' '.$langs->trans("Currency".$conf->monnaie);
|
||||
$opt.= '0.00 '.$langs->trans("Currency".$conf->monnaie);
|
||||
}
|
||||
else
|
||||
$opt.= $objp->price.' '.$langs->trans("Currency".$conf->monnaie);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user