FIX : when we use ajax select product fourn price on supplier order for example, unitprice should be rounded with MU and not MT
This commit is contained in:
parent
c0088191f1
commit
f2aaa27d7b
@ -3400,7 +3400,7 @@ class Form
|
||||
'value'=>$outref,
|
||||
'label'=>$outval,
|
||||
'qty'=>$outqty,
|
||||
'price_ht'=>price2num($objp->unitprice, 'MT'),
|
||||
'price_ht'=>price2num($objp->unitprice, 'MU'),
|
||||
'discount'=>$outdiscount,
|
||||
'type'=>$outtype,
|
||||
'duration_value'=>$outdurationvalue,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user