Fix wrong price on supplier order line
This commit is contained in:
parent
7f419a29e7
commit
d300b943e1
@ -1089,7 +1089,7 @@ if (empty($reshook))
|
||||
$lines[$i]->localtax1_tx,
|
||||
$lines[$i]->localtax2_tx,
|
||||
$lines[$i]->fk_product > 0 ? $lines[$i]->fk_product : 0,
|
||||
$productsupplier->product_fourn_price_id,
|
||||
0,
|
||||
$productsupplier->ref_supplier,
|
||||
$lines[$i]->remise_percent,
|
||||
'HT',
|
||||
|
||||
Loading…
Reference in New Issue
Block a user