Product price : updated always with HT base type after product import
This commit is contained in:
parent
e208bdf881
commit
0de4fa09f1
@ -680,7 +680,7 @@ if ($result)
|
||||
|
||||
// Il doit au moins y avoir la ligne de prix initial.
|
||||
// On l'ajoute donc pour remettre a niveau (pb vieilles versions)
|
||||
$object->updatePrice($object->id, $object->price, 'HT', $user, $newprice_min);
|
||||
$object->updatePrice($object->id, $object->price, $object->price_base_type, $user, $newprice_min);
|
||||
|
||||
$result = $db->query($sql);
|
||||
$num = $db->num_rows($result);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user