Skip to content
Snippets Groups Projects
Commit 0de4fa09 authored by Maxime Kohlhaas's avatar Maxime Kohlhaas
Browse files

Product price : updated always with HT base type after product import

parent e208bdf8
Branches main
No related tags found
No related merge requests found
...@@ -680,7 +680,7 @@ if ($result) ...@@ -680,7 +680,7 @@ if ($result)
// Il doit au moins y avoir la ligne de prix initial. // Il doit au moins y avoir la ligne de prix initial.
// On l'ajoute donc pour remettre a niveau (pb vieilles versions) // 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); $result = $db->query($sql);
$num = $db->num_rows($result); $num = $db->num_rows($result);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment