Passe le base_price dans la methode SetSellPrice

This commit is contained in:
Rodolphe Quiedeville 2006-12-15 12:16:26 +00:00
parent 774b009b0a
commit f29a926440

View File

@ -56,8 +56,8 @@ if ($_POST["action"] == 'update_price' &&
$result = $product->fetch($_GET["id"]);
$product->SetSellprice($_POST["price"]);
$product->price_base_type = $_POST["price_base_type"];
$product->SetSellprice($_POST["price"], $_POST["price_base_type"]);
// MultiPrix
if($conf->global->PRODUIT_MULTIPRICES == 1)
{